3a8b98618e
Change server IPs in HTTP and database configs from 127.0.0.1 to 0.0.0.0 so services listen on all interfaces (ports unchanged).
10 lines
144 B
JSON
10 lines
144 B
JSON
{
|
|
"ip": "0.0.0.0",
|
|
"port": 6969,
|
|
"backendIp": "0.0.0.0",
|
|
"backendPort": 6969,
|
|
"logRequests": true,
|
|
"serverImagePathOverride": {}
|
|
}
|
|
|