31 lines
972 B
JSON
31 lines
972 B
JSON
{
|
|
"development":{
|
|
"connector":[
|
|
{"id":"connector-server-1", "host":"127.0.0.1", "port":4050, "clientPort": 3050, "frontend": true}
|
|
],
|
|
"game":[
|
|
{"id":"game-server-1", "host":"127.0.0.1", "port":6050}
|
|
],
|
|
"chat": [
|
|
{"id":"chat-server-1","host":"127.0.0.1","port":3450}
|
|
],
|
|
"gate":[
|
|
{"id": "gate-server-1", "host": "127.0.0.1", "clientPort": 3014, "frontend": true}
|
|
]
|
|
},
|
|
"production":{
|
|
"connector":[
|
|
{"id":"connector-server-1", "host":"127.0.0.1", "port":4050, "clientPort": 3050, "frontend": true}
|
|
],
|
|
"game":[
|
|
{"id":"game-server-1", "host":"127.0.0.1", "port":6050}
|
|
],
|
|
"chat": [
|
|
{"id":"chat-server-1","host":"127.0.0.1","port":3450}
|
|
],
|
|
"gate":[
|
|
{"id": "gate-server-1", "host": "127.0.0.1", "clientPort": 3014, "frontend": true}
|
|
]
|
|
}
|
|
}
|