Files
ZYZ/game-server/config/servers.ts
2023-05-08 15:20:49 +08:00

684 lines
31 KiB
TypeScript

const { zy1, zy2, zy3, zy4, zy5, zy6, zy7, zy8, zy9, zy10 } = require("./yjz_zy");
const { ch1, ch2, ch3, ch4, ch5, ch6 } = require("./yjz_ch");
const { yjzios } = require("./ios_review");
module.exports = {
'development': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': '127.0.0.1', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true, "args": " --inspect=9500" },
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': '127.0.0.1', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true, "args": " --inspect=9501" },
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': '127.0.0.1', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true, "args": " --inspect=9502" },
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': '127.0.0.1', 'host': '127.0.0.1', 'clientPort': 3099, 'frontend': true, 'isGM': true }
],
'chat': [
{ '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" }
],
'battle': [
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054, "args": " --inspect=9238" }
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '127.0.0.1', 'port': 6066, "args": " --inspect=9246" }
],
'gm': [
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055, "args": " --inspect=9234" }
],
'gate': [
{
'id': 'gate-server-1',
'host': '127.0.0.1',
'clientHost': '127.0.0.1',
'clientPort': 3014,
'frontend': true,
"args": " --inspect=9235"
},
{
'id': 'gate-server-2',
'host': '127.0.0.1',
'clientHost': '127.0.0.1',
'clientPort': 3015,
'frontend': true,
"args": " --inspect=9236"
}
],
'systimer': [
{ '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': 6061, "args": " --inspect=9243" },
{ 'id': 'guild-server-3', 'host': '127.0.0.1', 'port': 6062, "args": " --inspect=9244" },
{ 'id': 'guild-server-4', 'host': '127.0.0.1', 'port': 6063, "args": " --inspect=9245" },
],
'activity': [
{ '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" },
]
},
'stable': {
'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-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-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 },
{ 'id': 'battle-server-2', 'host': '172.26.145.155', 'port': 6063 },
{ 'id': 'battle-server-3', 'host': '172.26.145.155', 'port': 6064 }
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.26.145.155', 'port': 6067 },
],
// '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 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.26.145.155', 'port': 6056 }
],
'guild': [
{ '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 },
{ '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 },
]
},
'alpha': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'pinus_test.trgame.cn', 'host': '172.26.145.159', 'clientPort': 3050, 'frontend': true },
],
'chat': [
{ 'id': 'chat-server-1', 'host': '172.26.145.159', 'port': 6050 },
],
'role': [
{ 'id': 'role-server-1', 'host': '172.26.145.159', 'port': 6053 }
],
'battle': [
{ 'id': 'battle-server-1', 'host': '172.26.145.159', 'port': 6054 }
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.26.145.159', 'port': 6065 }
],
'gate': [
{ 'id': 'gate-server-1', 'host': '172.26.145.159', 'clientHost': 'pinus_test.trgame.cn', 'clientPort': 3014, 'frontend': true }
],
'gm': [
{ 'id': 'gm-server-1', 'host': '172.26.145.159', 'port': 6055 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.26.145.159', 'port': 6056 }
],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.26.145.159', 'port': 6061 },
{ 'id': 'guild-server-2', 'host': '172.26.145.159', 'port': 6062 },
{ 'id': 'guild-server-3', 'host': '172.26.145.159', 'port': 6063 },
{ 'id': 'guild-server-4', 'host': '172.26.145.159', 'port': 6064 },
],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.26.145.159', 'port': 6059 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.26.145.159', 'port': 6060 },
]
},
'dev': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyzdev.trgame.cn', 'host': '172.26.145.161', 'clientPort': 3050, 'frontend': true },
],
'chat': [
{ 'id': 'chat-server-1', 'host': '172.26.145.161', 'port': 6050 },
],
'role': [
{ 'id': 'role-server-1', 'host': '172.26.145.161', 'port': 6053 }
],
'battle': [
{ 'id': 'battle-server-1', 'host': '172.26.145.161', 'port': 6054 }
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.26.145.161', 'port': 6065 }
],
'gate': [
{ 'id': 'gate-server-1', 'host': '172.26.145.161', 'clientHost': 'zyzdev.trgame.cn', 'clientPort': 3014, 'frontend': true },
],
'gm': [
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.26.145.161', 'port': 6056 }
],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.26.145.161', 'port': 6057 },
{ 'id': 'guild-server-2', 'host': '172.26.145.161', 'port': 6061 },
{ 'id': 'guild-server-3', 'host': '172.26.145.161', 'port': 6062 },
{ 'id': 'guild-server-4', 'host': '172.26.145.161', 'port': 6063 },
],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.26.145.161', 'port': 6059 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.26.145.161', 'port': 6060 },
]
},
'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 },
],
'chat': [
{ 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050 },
// { 'id': 'chat-server-2', 'host': '127.0.0.1', 'port': 6051 },
],
'role': [
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 }
],
'battle': [
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '127.0.0.1', 'port': 6065 }
],
'gate': [
{ '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',
'clientHost': 'zyz_isbn.trgame.cn',
'clientPort': 3015,
'frontend': true
}
],
'gm': [
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
],
'systimer': [
{ '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" }
],
'activity': [
{ '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" },
]
},
'isbnhk': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_isbn_hk.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true },
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_isbn_hk.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, '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 },
],
'role': [
{ 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 }
],
'battle': [
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '127.0.0.1', 'port': 6065 }
],
'gate': [
{ 'id': 'gate-server-1', 'host': '127.0.0.1', 'clientHost': 'zyz_isbn_hk.trgame.cn', 'clientPort': 3014, 'frontend': true },
{
'id': 'gate-server-2',
'host': '127.0.0.1',
'clientHost': 'zyz_isbn_hk.trgame.cn',
'clientPort': 3015,
'frontend': true
}
],
'gm': [
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056 }
],
'guild': [
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057 },
],
'activity': [
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059 },
],
'order': [
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060 },
]
},
'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 },
],
'chat': [
{ '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-2', 'host': '127.0.0.1', 'port': 6061 },
// { 'id': 'role-server-3', 'host': '127.0.0.1', 'port': 6062 },
],
'battle': [
{ 'id': 'battle-server-1', 'host': '127.0.0.1', 'port': 6054 }
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '127.0.0.1', 'port': 6065 }
],
'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 }
],
'gm': [
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '127.0.0.1', 'port': 6056 }
],
'guild': [
{ 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057 },
// { 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058 }
],
'activity': [
{ 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059 },
],
'order': [
{ 'id': 'order-server-1', 'host': '127.0.0.1', 'port': 6060 },
]
},
'monitor2': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': '8.142.30.128', 'host': '172.26.145.170', 'clientPort': 3050, 'frontend': true },
],
'chat': [
{ 'id': 'chat-server-1', 'host': '172.26.145.170', 'port': 6050 },
],
'role': [
{ 'id': 'role-server-1', 'host': '172.26.145.170', 'port': 6053 }
],
'battle': [
{ 'id': 'battle-server-1', 'host': '172.26.145.170', 'port': 6054 }
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.26.145.170', 'port': 6065 }
],
'gate': [
{ 'id': 'gate-server-1', 'host': '172.26.145.170', 'clientHost': '8.142.30.128', 'clientPort': 3014, 'frontend': true },
],
'gm': [
{ 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.26.145.170', 'port': 6056 }
],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.26.145.170', 'port': 6057 },
],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.26.145.170', 'port': 6059 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.26.145.170', 'port': 6060 },
]
},
'distribute': {
'connector': [
{ 'id': 'connector-server-4', 'host': '172.26.145.171', 'port': 9061, 'clientHost': '121.89.211.172', 'clientPort': 3051, 'frontend': true },
],
'battle': [
{ 'id': 'battle-server-2', 'host': '172.26.145.171', 'port': 9062 },
],
'role': [
{ 'id': 'role-server-4', 'host': '172.26.145.171', 'port': 6063 },
],
'chat': [
{ 'id': 'chat-server-2', 'host': '172.26.145.171', 'port': 6069 },
],
'guild': [
{ 'id': 'guild-server-3', 'host': '172.26.145.171', 'port': 6071 },
],
'activity': [
],
},
'sq1': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'sq1-game1-sgzzyz.yev242.com', 'host': '172.16.4.108', 'clientPort': 3050, 'frontend': true },
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'sq1-game1-sgzzyz.yev242.com', 'host': '172.16.4.108', 'clientPort': 3051, 'frontend': true },
{ 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'sq1-game1-sgzzyz.yev242.com', 'host': '172.16.4.108', 'clientPort': 3052, 'frontend': true },
],
'chat': [
{ 'id': 'chat-server-1', 'host': '172.16.4.108', 'port': 6050 },
],
'role': [
{ 'id': 'role-server-1', 'host': '172.16.4.108', 'port': 6053 },
{ 'id': 'role-server-2', 'host': '172.16.4.108', 'port': 6061 },
{ 'id': 'role-server-3', 'host': '172.16.4.108', 'port': 6062 },
],
'battle': [
{ 'id': 'battle-server-1', 'host': '172.16.4.108', 'port': 6054 },
{ 'id': 'battle-server-2', 'host': '172.16.4.108', 'port': 6067 },
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.16.4.108', 'port': 6069 },
],
'gm': [],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.16.4.108', 'port': 6056 }
],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.16.4.108', 'port': 6057 },
{ 'id': 'guild-server-2', 'host': '172.16.4.108', 'port': 6058 }
],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.16.4.108', 'port': 6059 },
{ 'id': 'activity-server-2', 'host': '172.16.4.108', 'port': 6068 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.16.4.108', 'port': 6060 },
]
},
'sq2': {
'connector': [
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'gm-sgzzyz.yev242.com', 'host': '172.16.4.109', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' }
],
'gm': [
{ 'id': 'gm-server-1', 'host': '172.16.4.109', 'port': 6055 }
],
},
'sq3': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'sq3-game1-sgzzyz.yev242.com', 'host': '172.16.4.106', 'clientPort': 3050, 'frontend': true },
{ 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'sq3-game1-sgzzyz.yev242.com', 'host': '172.16.4.106', 'clientPort': 3051, 'frontend': true },
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'sq3-game1-sgzzyz.yev242.com', 'host': '172.16.4.106', 'clientPort': 3099, 'frontend': true, 'isGM': true },
],
'chat': [
{ 'id': 'chat-server-1', 'host': '172.16.4.106', 'port': 6050 },
],
'role': [
{ 'id': 'role-server-1', 'host': '172.16.4.106', 'port': 6053 },
{ 'id': 'role-server-2', 'host': '172.16.4.106', 'port': 6061 },
],
'battle': [
{ 'id': 'battle-server-1', 'host': '172.16.4.106', 'port': 6054 },
{ 'id': 'battle-server-2', 'host': '172.16.4.106', 'port': 6067 },
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.16.4.106', 'port': 6069 },
],
'gm': [
{ 'id': 'gm-server-1', 'host': '172.16.4.106', 'port': 6055 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.16.4.106', 'port': 6056 }
],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.16.4.106', 'port': 6057 },
{ 'id': 'guild-server-2', 'host': '172.16.4.106', 'port': 6058 }
],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.16.4.106', 'port': 6059 },
{ 'id': 'activity-server-2', 'host': '172.16.4.106', 'port': 6068 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.16.4.106', 'port': 6060 },
]
},
'sq4': { // sq6
'connector': [
{ 'id': 'connector-server-1', 'port': 4051, 'clientHost': 'sq6-game-sgzzyz.yev242.com', 'host': '172.16.4.122', 'clientPort': 3051, 'frontend': true },
{ 'id': 'connector-server-2', 'port': 4052, 'clientHost': 'sq6-game-sgzzyz.yev242.com', 'host': '172.16.4.122', 'clientPort': 3052, 'frontend': true },
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'sq6-game-sgzzyz.yev242.com', 'host': '172.16.4.122', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' }
],
'chat': [
{ 'id': 'chat-server-1', 'host': '172.16.4.122', 'port': 6071 },
],
'role': [
{ 'id': 'role-server-1', 'host': '172.16.4.122', 'port': 6072 },
{ 'id': 'role-server-2', 'host': '172.16.4.122', 'port': 6073 },
{ 'id': 'role-server-3', 'host': '172.16.4.122', 'port': 6074 },
],
'battle': [
{ 'id': 'battle-server-1', 'host': '172.16.4.122', 'port': 6075 },
{ 'id': 'battle-server-2', 'host': '172.16.4.122', 'port': 6076 },
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.16.4.122', 'port': 6085 },
],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.16.4.122', 'port': 6077 },
{ 'id': 'guild-server-2', 'host': '172.16.4.122', 'port': 6078 },
{ 'id': 'guild-server-3', 'host': '172.16.4.122', 'port': 6079 }
],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.16.4.122', 'port': 6080 },
{ 'id': 'activity-server-2', 'host': '172.16.4.122', 'port': 6081 },
{ 'id': 'activity-server-3', 'host': '172.16.4.122', 'port': 6082 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.16.4.122', 'port': 6083 },
],
'gm': [
{ 'id': 'gm-server-1', 'host': '172.16.4.122', 'port': 6084 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.16.4.122', 'port': 6056 }
],
},
'sq7': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4051, 'clientHost': 'sq7-game-sgzzyz.yev242.com', 'host': '172.16.4.126', 'clientPort': 3051, 'frontend': true },
{ 'id': 'connector-server-2', 'port': 4052, 'clientHost': 'sq7-game-sgzzyz.yev242.com', 'host': '172.16.4.126', 'clientPort': 3052, 'frontend': true },
],
'chat': [
{ 'id': 'chat-server-1', 'host': '172.16.4.126', 'port': 6050 },
],
'role': [
{ 'id': 'role-server-1', 'host': '172.16.4.126', 'port': 6051 },
{ 'id': 'role-server-2', 'host': '172.16.4.126', 'port': 6052 },
],
'battle': [
{ 'id': 'battle-server-1', 'host': '172.16.4.126', 'port': 6053 },
{ 'id': 'battle-server-2', 'host': '172.16.4.126', 'port': 6054 },
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.16.4.126', 'port': 6060 },
],
'gm': [],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.16.4.126', 'port': 6055 }
],
'guild': [],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.16.4.126', 'port': 6056 },
{ 'id': 'activity-server-2', 'host': '172.16.4.126', 'port': 6057 },
{ 'id': 'activity-server-3', 'host': '172.16.4.126', 'port': 6058 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.16.4.126', 'port': 6059 },
],
},
'sq5': {
'connector': [
{ 'id': 'connector-server-3', 'port': 4053, 'clientHost': 'sq5-game-sgzzyz.yev242.com', 'host': '172.16.4.121', 'clientPort': 3053, 'frontend': true },
{ 'id': 'connector-server-4', 'port': 4054, 'clientHost': 'sq5-game-sgzzyz.yev242.com', 'host': '172.16.4.121', 'clientPort': 3054, 'frontend': true },
{ 'id': 'connector-server-5', 'port': 4055, 'clientHost': 'sq5-game-sgzzyz.yev242.com', 'host': '172.16.4.121', 'clientPort': 3055, 'frontend': true },
],
'chat': [
{ 'id': 'chat-server-2', 'host': '172.16.4.121', 'port': 6060 },
],
'role': [
{ 'id': 'role-server-3', 'host': '172.16.4.121', 'port': 6061 },
{ 'id': 'role-server-4', 'host': '172.16.4.121', 'port': 6062 },
{ 'id': 'role-server-5', 'host': '172.16.4.121', 'port': 6063 },
],
'battle': [
{ 'id': 'battle-server-3', 'host': '172.16.4.121', 'port': 6064 },
],
'comBattle': [
{ 'id': 'comBattle-server-3', 'host': '172.16.4.121', 'port': 6070 },
],
'gm': [],
'systimer': [],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.16.4.121', 'port': 6065 },
{ 'id': 'guild-server-2', 'host': '172.16.4.121', 'port': 6066 },
{ 'id': 'guild-server-3', 'host': '172.16.4.121', 'port': 6067 },
],
'activity': [
{ 'id': 'activity-server-4', 'host': '172.16.4.121', 'port': 6068 },
],
'order': [
{ 'id': 'order-server-2', 'host': '172.16.4.121', 'port': 6069 },
]
},
'sq8': {
'connector': [
{ 'id': 'connector-server-6', 'port': 4056, 'clientHost': 'sq8-game-sgzzyz.yev242.com', 'host': '172.16.4.127', 'clientPort': 3056, 'frontend': true },
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'sq8-game-sgzzyz.yev242.com', 'host': '172.16.4.127', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' }
],
'chat': [
{ 'id': 'chat-server-3', 'host': '172.16.4.127', 'port': 6070 },
],
'role': [
{ 'id': 'role-server-6', 'host': '172.16.4.127', 'port': 6071 },
{ 'id': 'role-server-7', 'host': '172.16.4.127', 'port': 6072 },
{ 'id': 'role-server-8', 'host': '172.16.4.127', 'port': 6073 },
],
'battle': [
{ 'id': 'battle-server-4', 'host': '172.16.4.127', 'port': 6074 },
{ 'id': 'battle-server-5', 'host': '172.16.4.127', 'port': 6075 },
],
'comBattle': [
{ 'id': 'comBattle-server-4', 'host': '172.16.4.127', 'port': 6081 },
],
'gm': [
{ 'id': 'gm-server-1', 'host': '172.16.4.127', 'port': 6076 }
],
'systimer': [],
'guild': [
{ 'id': 'guild-server-4', 'host': '172.16.4.127', 'port': 6077 },
{ 'id': 'guild-server-5', 'host': '172.16.4.127', 'port': 6078 },
{ 'id': 'guild-server-6', 'host': '172.16.4.127', 'port': 6079 }
],
'activity': [],
'order': [
{ 'id': 'order-server-3', 'host': '172.16.4.127', 'port': 6080 },
],
},
'sq9': {
'connector': [
{ 'id': 'connector-server-1', 'port': 4051, 'clientHost': 'sq9-game-yjz.yev242.com', 'host': '172.16.4.132', 'clientPort': 3051, 'frontend': true },
{ 'id': 'connector-server-2', 'port': 4052, 'clientHost': 'sq9-game-yjz.yev242.com', 'host': '172.16.4.132', 'clientPort': 3052, 'frontend': true },
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'sq9-game-yjz.yev242.com', 'host': '172.16.4.132', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' }
],
'chat': [
{ 'id': 'chat-server-1', 'host': '172.16.4.132', 'port': 6071 },
],
'role': [
{ 'id': 'role-server-1', 'host': '172.16.4.132', 'port': 6072 },
{ 'id': 'role-server-2', 'host': '172.16.4.132', 'port': 6073 },
{ 'id': 'role-server-3', 'host': '172.16.4.132', 'port': 6074 },
],
'battle': [
{ 'id': 'battle-server-1', 'host': '172.16.4.132', 'port': 6075 },
{ 'id': 'battle-server-2', 'host': '172.16.4.132', 'port': 6076 },
],
'comBattle': [
{ 'id': 'comBattle-server-1', 'host': '172.16.4.132', 'port': 6085 },
],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.16.4.132', 'port': 6077 },
{ 'id': 'guild-server-2', 'host': '172.16.4.132', 'port': 6078 },
{ 'id': 'guild-server-3', 'host': '172.16.4.132', 'port': 6079 }
],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.16.4.132', 'port': 6080 },
{ 'id': 'activity-server-2', 'host': '172.16.4.132', 'port': 6081 },
{ 'id': 'activity-server-3', 'host': '172.16.4.132', 'port': 6082 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.16.4.132', 'port': 6083 },
],
'gm': [
{ 'id': 'gm-server-1', 'host': '172.16.4.132', 'port': 6084 }
],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.16.4.132', 'port': 6056 }
],
},
'sq10': {
'connector': [
{ 'id': 'connector-server-3', 'port': 4053, 'clientHost': 'sq10-game-yjz.yev242.com', 'host': '172.16.4.131', 'clientPort': 3053, 'frontend': true },
{ 'id': 'connector-server-4', 'port': 4054, 'clientHost': 'sq10-game-yjz.yev242.com', 'host': '172.16.4.131', 'clientPort': 3054, 'frontend': true },
{ 'id': 'connector-server-5', 'port': 4055, 'clientHost': 'sq10-game-yjz.yev242.com', 'host': '172.16.4.131', 'clientPort': 3055, 'frontend': true },
],
'chat': [
{ 'id': 'chat-server-2', 'host': '172.16.4.131', 'port': 6060 },
],
'role': [
{ 'id': 'role-server-4', 'host': '172.16.4.131', 'port': 6061 },
{ 'id': 'role-server-5', 'host': '172.16.4.131', 'port': 6062 },
{ 'id': 'role-server-6', 'host': '172.16.4.131', 'port': 6063 },
],
'battle': [
{ 'id': 'battle-server-3', 'host': '172.16.4.131', 'port': 6064 },
],
'comBattle': [
{ 'id': 'comBattle-server-3', 'host': '172.16.4.131', 'port': 6070 },
],
'gm': [],
'systimer': [],
'guild': [
{ 'id': 'guild-server-4', 'host': '172.16.4.131', 'port': 6065 },
{ 'id': 'guild-server-5', 'host': '172.16.4.131', 'port': 6066 },
{ 'id': 'guild-server-6', 'host': '172.16.4.131', 'port': 6067 },
],
'activity': [
{ 'id': 'activity-server-4', 'host': '172.16.4.131', 'port': 6068 },
],
'order': [
{ 'id': 'order-server-2', 'host': '172.16.4.131', 'port': 6069 },
]
},
'sq4add': { // sq4=>sq7
'connector': [],
'chat': [],
'role': [],
'battle': [],
'gm': [],
'systimer': [],
'guild': [],
'activity': [],
'order': [],
},
'zy1': zy1, 'zy2': zy2, 'zy3': zy3, 'zy4': zy4, 'zy5': zy5, 'zy6': zy6, 'zy7': zy7, 'zy8': zy8, 'zy9': zy9, 'zy10': zy10, // 公测自营服务器
'yjzios': yjzios, // 公测 ios 审核服
'ch1': ch1, 'ch2': ch2, 'ch3': ch3, 'ch4': ch4, 'ch5': ch5, 'ch6': ch6, // 公测渠道服
};