...
Code Block |
---|
"config.endpoint": "http://example.com/api" |
Host configuration
To ease the configuration it is very convenient that all hosts work on a domain/hostname basis rather than IPs or even 'localhost'.
...
...
Code Block |
---|
"config.endpoint": "http://example.com/api" |
To ease the configuration it is very convenient that all hosts work on a domain/hostname basis rather than IPs or even 'localhost'.
...