|
|
|
@@ -12,16 +12,16 @@ module.exports = {
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
'chat': [
|
|
|
|
|
{'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050, "args": " --inspect=9237"}
|
|
|
|
|
{ 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050, "args": " --inspect=9237" }
|
|
|
|
|
],
|
|
|
|
|
'role': [
|
|
|
|
|
{'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053, "args": " --inspect=9229"}
|
|
|
|
|
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053, "args": " --inspect=9229" }
|
|
|
|
|
],
|
|
|
|
|
'battle': [
|
|
|
|
|
{'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054, "args": " --inspect=9238"}
|
|
|
|
|
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054, "args": " --inspect=9238" }
|
|
|
|
|
],
|
|
|
|
|
'gm': [
|
|
|
|
|
{'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055,"args": " --inspect=9234"}
|
|
|
|
|
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055, "args": " --inspect=9234" }
|
|
|
|
|
],
|
|
|
|
|
'gate': [
|
|
|
|
|
{
|
|
|
|
@@ -42,33 +42,36 @@ module.exports = {
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
'systimer': [
|
|
|
|
|
{'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056, "args": " --inspect=9233"}
|
|
|
|
|
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056, "args": " --inspect=9233" }
|
|
|
|
|
],
|
|
|
|
|
'guild': [
|
|
|
|
|
{'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239"},
|
|
|
|
|
{'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240"}
|
|
|
|
|
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239" },
|
|
|
|
|
{ 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240" }
|
|
|
|
|
],
|
|
|
|
|
'activity': [
|
|
|
|
|
{'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241"},
|
|
|
|
|
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },
|
|
|
|
|
],
|
|
|
|
|
'order': [
|
|
|
|
|
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060, "args": " --inspect=9242" },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
'production': {
|
|
|
|
|
'connector': [
|
|
|
|
|
{'id': 'connector-server-1', 'port': 4050, 'clientHost': 'pinus_test.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true},
|
|
|
|
|
{'id': 'connector-server-2', 'port': 4051, 'clientHost': 'pinus_test.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true},
|
|
|
|
|
{'id': 'connector-server-3', 'port': 4052, 'clientHost': 'pinus_test.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true}
|
|
|
|
|
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'pinus_test.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true },
|
|
|
|
|
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'pinus_test.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true },
|
|
|
|
|
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'pinus_test.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true }
|
|
|
|
|
],
|
|
|
|
|
'chat': [
|
|
|
|
|
{'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050},
|
|
|
|
|
{ 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050 },
|
|
|
|
|
],
|
|
|
|
|
'role': [
|
|
|
|
|
{'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053}
|
|
|
|
|
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 }
|
|
|
|
|
],
|
|
|
|
|
'battle': [
|
|
|
|
|
{'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054}
|
|
|
|
|
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
|
|
|
|
|
],
|
|
|
|
|
'gate': [
|
|
|
|
|
{'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'pinus_test.trgame.cn', 'clientPort': 3014, 'frontend': true},
|
|
|
|
|
{ 'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'pinus_test.trgame.cn', 'clientPort': 3014, 'frontend': true },
|
|
|
|
|
{
|
|
|
|
|
'id': 'gate-server-2',
|
|
|
|
|
'host': '127.0.0.1',
|
|
|
|
@@ -78,38 +81,41 @@ module.exports = {
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
'gm': [
|
|
|
|
|
{'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055}
|
|
|
|
|
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
|
|
|
|
|
],
|
|
|
|
|
'systimer': [
|
|
|
|
|
{'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056}
|
|
|
|
|
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056 }
|
|
|
|
|
],
|
|
|
|
|
'guild': [
|
|
|
|
|
{'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239"},
|
|
|
|
|
{'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240"}
|
|
|
|
|
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239" },
|
|
|
|
|
{ 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240" }
|
|
|
|
|
],
|
|
|
|
|
'activity': [
|
|
|
|
|
{'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241"},
|
|
|
|
|
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },
|
|
|
|
|
],
|
|
|
|
|
'order': [
|
|
|
|
|
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060, "args": " --inspect=9242" },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
'alpha': {
|
|
|
|
|
'connector': [
|
|
|
|
|
{'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_web.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true},
|
|
|
|
|
{'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_web.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true},
|
|
|
|
|
{'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_web.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true}
|
|
|
|
|
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_web.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true },
|
|
|
|
|
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_web.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true },
|
|
|
|
|
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_web.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true }
|
|
|
|
|
],
|
|
|
|
|
'chat': [
|
|
|
|
|
{'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050},
|
|
|
|
|
{'id': 'chat-server-2', 'host': '127.0.0.1', 'port': 6051},
|
|
|
|
|
{'id': 'chat-server-3', 'host': '127.0.0.1', 'port': 6052}
|
|
|
|
|
{ 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050 },
|
|
|
|
|
{ 'id': 'chat-server-2', 'host': '127.0.0.1', 'port': 6051 },
|
|
|
|
|
{ 'id': 'chat-server-3', 'host': '127.0.0.1', 'port': 6052 }
|
|
|
|
|
],
|
|
|
|
|
'role': [
|
|
|
|
|
{'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053}
|
|
|
|
|
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 }
|
|
|
|
|
],
|
|
|
|
|
'battle': [
|
|
|
|
|
{'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054}
|
|
|
|
|
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
|
|
|
|
|
],
|
|
|
|
|
'gate': [
|
|
|
|
|
{'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyz_web.trgame.cn', 'clientPort': 3014, 'frontend': true},
|
|
|
|
|
{ 'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyz_web.trgame.cn', 'clientPort': 3014, 'frontend': true },
|
|
|
|
|
{
|
|
|
|
|
'id': 'gate-server-2',
|
|
|
|
|
'host': '127.0.0.1',
|
|
|
|
@@ -119,38 +125,41 @@ module.exports = {
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
'gm': [
|
|
|
|
|
{'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055}
|
|
|
|
|
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
|
|
|
|
|
],
|
|
|
|
|
'systimer': [
|
|
|
|
|
{'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056}
|
|
|
|
|
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056 }
|
|
|
|
|
],
|
|
|
|
|
'guild': [
|
|
|
|
|
{'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239"},
|
|
|
|
|
{'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240"}
|
|
|
|
|
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239" },
|
|
|
|
|
{ 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240" }
|
|
|
|
|
],
|
|
|
|
|
'activity': [
|
|
|
|
|
{'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241"},
|
|
|
|
|
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },
|
|
|
|
|
],
|
|
|
|
|
'order': [
|
|
|
|
|
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060, "args": " --inspect=9242" },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
'dev': {
|
|
|
|
|
'connector': [
|
|
|
|
|
{'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyzdev.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true, "args": " --inspect=9237"},
|
|
|
|
|
{'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyzdev.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true, "args": " --inspect=9229"},
|
|
|
|
|
{'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyzdev.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true, "args": " --inspect=9238"}
|
|
|
|
|
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyzdev.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true, "args": " --inspect=9237" },
|
|
|
|
|
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyzdev.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true, "args": " --inspect=9229" },
|
|
|
|
|
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyzdev.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true, "args": " --inspect=9238" }
|
|
|
|
|
],
|
|
|
|
|
'chat': [
|
|
|
|
|
{'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050,"args": " --inspect=9234"},
|
|
|
|
|
{'id': 'chat-server-2', 'host': '127.0.0.1', 'port': 6051,"args": " --inspect=9235"},
|
|
|
|
|
{'id': 'chat-server-3', 'host': '127.0.0.1', 'port': 6052,"args": " --inspect=9236"}
|
|
|
|
|
{ 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050, "args": " --inspect=9234" },
|
|
|
|
|
{ 'id': 'chat-server-2', 'host': '127.0.0.1', 'port': 6051, "args": " --inspect=9235" },
|
|
|
|
|
{ 'id': 'chat-server-3', 'host': '127.0.0.1', 'port': 6052, "args": " --inspect=9236" }
|
|
|
|
|
],
|
|
|
|
|
'role': [
|
|
|
|
|
{'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053,"args": " --inspect=9231"}
|
|
|
|
|
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053, "args": " --inspect=9231" }
|
|
|
|
|
],
|
|
|
|
|
'battle': [
|
|
|
|
|
{'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054,"args": " --inspect=9230"}
|
|
|
|
|
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054, "args": " --inspect=9230" }
|
|
|
|
|
],
|
|
|
|
|
'gate': [
|
|
|
|
|
{'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyzdev.trgame.cn', 'clientPort': 3014, 'frontend': true,"args": " --inspect=9227"},
|
|
|
|
|
{ 'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyzdev.trgame.cn', 'clientPort': 3014, 'frontend': true, "args": " --inspect=9227" },
|
|
|
|
|
{
|
|
|
|
|
'id': 'gate-server-2',
|
|
|
|
|
'host': '127.0.0.1',
|
|
|
|
@@ -161,36 +170,39 @@ module.exports = {
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
'gm': [
|
|
|
|
|
{'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055,"args": " --inspect=9232"}
|
|
|
|
|
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055, "args": " --inspect=9232" }
|
|
|
|
|
],
|
|
|
|
|
'systimer': [
|
|
|
|
|
{'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056, "args": " --inspect=9233"}
|
|
|
|
|
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056, "args": " --inspect=9233" }
|
|
|
|
|
],
|
|
|
|
|
'guild': [
|
|
|
|
|
{'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239"},
|
|
|
|
|
{'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240"}
|
|
|
|
|
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239" },
|
|
|
|
|
{ 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240" }
|
|
|
|
|
],
|
|
|
|
|
'activity': [
|
|
|
|
|
{'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241"},
|
|
|
|
|
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },
|
|
|
|
|
],
|
|
|
|
|
'order': [
|
|
|
|
|
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060, "args": " --inspect=9242" },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
'isbn': {
|
|
|
|
|
'connector': [
|
|
|
|
|
{'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true},
|
|
|
|
|
{'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true},
|
|
|
|
|
{'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true}
|
|
|
|
|
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true },
|
|
|
|
|
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true },
|
|
|
|
|
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true }
|
|
|
|
|
],
|
|
|
|
|
'chat': [
|
|
|
|
|
{'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050},
|
|
|
|
|
{ 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050 },
|
|
|
|
|
],
|
|
|
|
|
'role': [
|
|
|
|
|
{'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053}
|
|
|
|
|
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 }
|
|
|
|
|
],
|
|
|
|
|
'battle': [
|
|
|
|
|
{'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054}
|
|
|
|
|
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
|
|
|
|
|
],
|
|
|
|
|
'gate': [
|
|
|
|
|
{'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyz_isbn.trgame.cn', 'clientPort': 3014, 'frontend': true},
|
|
|
|
|
{ 'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyz_isbn.trgame.cn', 'clientPort': 3014, 'frontend': true },
|
|
|
|
|
{
|
|
|
|
|
'id': 'gate-server-2',
|
|
|
|
|
'host': '127.0.0.1',
|
|
|
|
@@ -200,50 +212,56 @@ module.exports = {
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
'gm': [
|
|
|
|
|
{'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055}
|
|
|
|
|
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
|
|
|
|
|
],
|
|
|
|
|
'systimer': [
|
|
|
|
|
{'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056}
|
|
|
|
|
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056 }
|
|
|
|
|
],
|
|
|
|
|
'guild': [
|
|
|
|
|
{'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239"},
|
|
|
|
|
{'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240"}
|
|
|
|
|
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239" },
|
|
|
|
|
{ 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240" }
|
|
|
|
|
],
|
|
|
|
|
'activity': [
|
|
|
|
|
{'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241"},
|
|
|
|
|
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },
|
|
|
|
|
],
|
|
|
|
|
'order': [
|
|
|
|
|
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060, "args": " --inspect=9242" },
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
'monitor': {
|
|
|
|
|
'connector': [
|
|
|
|
|
{'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_monitor.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true},
|
|
|
|
|
{'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_monitor.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true},
|
|
|
|
|
{'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_monitor.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true}
|
|
|
|
|
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_monitor.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true },
|
|
|
|
|
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_monitor.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true },
|
|
|
|
|
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_monitor.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true }
|
|
|
|
|
],
|
|
|
|
|
'chat': [
|
|
|
|
|
{'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050},
|
|
|
|
|
{ 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050 },
|
|
|
|
|
],
|
|
|
|
|
'role': [
|
|
|
|
|
{'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053}
|
|
|
|
|
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 }
|
|
|
|
|
],
|
|
|
|
|
'battle': [
|
|
|
|
|
{'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054}
|
|
|
|
|
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
|
|
|
|
|
],
|
|
|
|
|
'gate': [
|
|
|
|
|
{'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyz_monitor.trgame.cn', 'clientPort': 3014, 'frontend': true},
|
|
|
|
|
{'id': 'gate-server-2', 'host': '127.0.0.1', 'clientHost': 'zyz_monitor.trgame.cn', 'clientPort': 3015, 'frontend': true}
|
|
|
|
|
{ 'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyz_monitor.trgame.cn', 'clientPort': 3014, 'frontend': true },
|
|
|
|
|
{ 'id': 'gate-server-2', 'host': '127.0.0.1', 'clientHost': 'zyz_monitor.trgame.cn', 'clientPort': 3015, 'frontend': true }
|
|
|
|
|
],
|
|
|
|
|
'gm': [
|
|
|
|
|
{'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055}
|
|
|
|
|
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
|
|
|
|
|
],
|
|
|
|
|
'systimer': [
|
|
|
|
|
{'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056}
|
|
|
|
|
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056 }
|
|
|
|
|
],
|
|
|
|
|
'guild': [
|
|
|
|
|
{'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239"},
|
|
|
|
|
{'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240"}
|
|
|
|
|
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239" },
|
|
|
|
|
{ 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240" }
|
|
|
|
|
],
|
|
|
|
|
'activity': [
|
|
|
|
|
{'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241"},
|
|
|
|
|
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },
|
|
|
|
|
],
|
|
|
|
|
'order': [
|
|
|
|
|
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060, "args": " --inspect=9242" },
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|