This commit is contained in:
lightings 2023-03-30 18:38:34 +08:00
parent 7fb20996b1
commit 3e6c51ce31

View File

@ -41,8 +41,8 @@
{"id": "friend-server-1", "host": "127.0.0.1", "port": 3251}
],
"chat": [
{"id": "chat-server-0", "host": "127.0.0.1", "port": 3300},
{"id": "chat-server-1", "host": "127.0.0.1", "port": 3301}
{"id": "chat-server-0", "host": "192.168.100.83", "port": 3300},
{"id": "chat-server-1", "host": "192.168.100.83", "port": 3301}
],
"gate": [
{"id": "gate-server-0", "host": "0.0.0.0", "clientPort": 3999, "frontend": true}