配置:云测服增加配置
This commit is contained in:
@@ -54,20 +54,26 @@ module.exports = {
|
||||
'connector': [
|
||||
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.155', 'clientPort': 3050, 'frontend': true },
|
||||
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.155', 'clientPort': 3051, 'frontend': true },
|
||||
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.155', 'clientPort': 3052, 'frontend': true }
|
||||
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.155', 'clientPort': 3052, 'frontend': true },
|
||||
{ 'id': 'connector-server-4', 'port': 4053, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.155', 'clientPort': 3053, 'frontend': true },
|
||||
{ 'id': 'connector-server-5', 'port': 4054, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.155', 'clientPort': 3054, 'frontend': true }
|
||||
],
|
||||
'chat': [
|
||||
{ 'id': 'chat-server-1', 'host': '172.26.145.155', 'port': 6050 },
|
||||
],
|
||||
'role': [
|
||||
{ 'id': 'role-server-1', 'host': '172.26.145.155', 'port': 6053 }
|
||||
{ 'id': 'role-server-1', 'host': '172.26.145.155', 'port': 6053 },
|
||||
{ 'id': 'role-server-2', 'host': '172.26.145.155', 'port': 6061 },
|
||||
{ 'id': 'role-server-3', 'host': '172.26.145.155', 'port': 6062 }
|
||||
],
|
||||
'battle': [
|
||||
{ 'id': 'battle-server-1', 'host': '172.26.145.155', 'port': 6054 }
|
||||
],
|
||||
'gate': [
|
||||
{ 'id': 'gate-server-1', 'host': '172.26.145.155', 'clientHost': 'zyz_web.trgame.cn', 'clientPort': 3014, 'frontend': true }
|
||||
{ 'id': 'battle-server-1', 'host': '172.26.145.155', 'port': 6054 },
|
||||
{ 'id': 'battle-server-2', 'host': '172.26.145.155', 'port': 6063 },
|
||||
{ 'id': 'battle-server-3', 'host': '172.26.145.155', 'port': 6064 }
|
||||
],
|
||||
// 'gate': [
|
||||
// { 'id': 'gate-server-1', 'host': '172.26.145.155', 'clientHost': 'zyz_web.trgame.cn', 'clientPort': 3014, 'frontend': true }
|
||||
// ],
|
||||
'gm': [
|
||||
{ 'id': 'gm-server-1', 'host': '172.26.145.155', 'port': 6055 }
|
||||
],
|
||||
@@ -75,14 +81,16 @@ module.exports = {
|
||||
{ 'id': 'systimer-server-1', 'host': '172.26.145.155', 'port': 6056 }
|
||||
],
|
||||
'guild': [
|
||||
{ 'id': 'guild-server-1', 'host': '172.26.145.155', 'port': 6057, "args": " --inspect=9239" },
|
||||
{ 'id': 'guild-server-2', 'host': '172.26.145.155', 'port': 6058, "args": " --inspect=9240" }
|
||||
{ 'id': 'guild-server-1', 'host': '172.26.145.155', 'port': 6057 },
|
||||
{ 'id': 'guild-server-2', 'host': '172.26.145.155', 'port': 6058 }
|
||||
],
|
||||
'activity': [
|
||||
{ 'id': 'activity-server-1', 'host': '172.26.145.155', 'port': 6059, "args": " --inspect=9241" },
|
||||
{ 'id': 'activity-server-1', 'host': '172.26.145.155', 'port': 6059 },
|
||||
{ 'id': 'activity-server-2', 'host': '172.26.145.155', 'port': 6065 },
|
||||
{ 'id': 'activity-server-3', 'host': '172.26.145.155', 'port': 6066 }
|
||||
],
|
||||
'order': [
|
||||
{ 'id': 'order-server-1', 'host': '172.26.145.155', 'port': 6060, "args": " --inspect=9242" },
|
||||
{ 'id': 'order-server-1', 'host': '172.26.145.155', 'port': 6060 },
|
||||
]
|
||||
},
|
||||
'alpha': {
|
||||
|
||||
Reference in New Issue
Block a user