0238e4b67b
The host URL is now read from configuration.
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"frontend": {
|
|
"scheme": "http",
|
|
"host": "127.0.0.1",
|
|
"port": "8000"
|
|
},
|
|
"api": {
|
|
"scheme": "http",
|
|
"host": "127.0.0.1",
|
|
"port": "8000"
|
|
}
|
|
}
|