update config

This commit is contained in:
lightingss 2023-03-30 21:03:38 +08:00
parent 385a5dc8a1
commit 06754c01dd
2 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
"id": "master-server-1", "host": "127.0.0.1", "port": 3005
},
"production": {
"id": "master-server-1", "host": "127.0.0.1", "port": 3005
"id": "master-server-1", "host": "192.168.100.173", "port": 3005
},
"dchat": {
"id": "master-server-1", "host": "192.168.100.173", "port": 3005

View File

@ -29,19 +29,19 @@
"production":{
"connector": [
{"id": "connector-server-0", "host": "127.0.0.1", "port": 3150, "clientHost": "0.0.0.0", "proxyHost": "bee.local", "clientPort": 3010, "frontend": true},
{"id": "connector-server-1", "host": "127.0.0.1", "port": 3151, "clientHost": "0.0.0.0", "proxyHost": "bee.local", "clientPort": 3011, "frontend": true}
{"id": "connector-server-0", "host": "192.168.100.173", "port": 3150, "clientHost": "0.0.0.0", "proxyHost": "bee.local", "clientPort": 3010, "frontend": true},
{"id": "connector-server-1", "host": "192.168.100.173", "port": 3151, "clientHost": "0.0.0.0", "proxyHost": "bee.local", "clientPort": 3011, "frontend": true}
],
"guild": [
{"id": "guild-server-0", "host": "127.0.0.1", "port": 3200},
{"id": "guild-server-1", "host": "127.0.0.1", "port": 3201}
{"id": "guild-server-0", "host": "192.168.100.173", "port": 3200},
{"id": "guild-server-1", "host": "192.168.100.173", "port": 3201}
],
"friend": [
{"id": "friend-server-0", "host": "127.0.0.1", "port": 3250},
{"id": "friend-server-1", "host": "127.0.0.1", "port": 3251}
{"id": "friend-server-0", "host": "192.168.100.173", "port": 3250},
{"id": "friend-server-1", "host": "192.168.100.173", "port": 3251}
],
"gate": [
{"id": "gate-server-0", "host": "127.0.0.1", "clientPort": 3999, "frontend": true}
{"id": "gate-server-0", "host": "192.168.100.173", "clientPort": 3999, "frontend": true}
]
},
"dchat": {