13 lines
204 B
JSON
13 lines
204 B
JSON
|
{
|
||
|
"frontend": {
|
||
|
"scheme": "http",
|
||
|
"host": "127.0.0.1",
|
||
|
"port": "8000"
|
||
|
},
|
||
|
"api": {
|
||
|
"scheme": "http",
|
||
|
"host": "127.0.0.1",
|
||
|
"port": "8000"
|
||
|
}
|
||
|
}
|