update config
This commit is contained in:
parent
385a5dc8a1
commit
06754c01dd
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user