diff --git a/server/config.json b/server/config.json index 7079f08..e34dacd 100644 --- a/server/config.json +++ b/server/config.json @@ -1,11 +1,11 @@ { - "debug": true, + "debug": false, "messageServer": { "port": 6689, - "host": "127.0.0.1" + "host": "0.0.0.0" }, "httpServer": { "port": 6688, - "host": "127.0.0.1" + "host": "0.0.0.0" } }