From d8bccbc5ac50af7cbbd20d1ecf2dfceeb07075c1 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Sun, 7 May 2023 21:08:56 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(config):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=85=AC=E6=B5=8B=E8=87=AA=E8=90=A5=E5=A4=A7=E5=8C=BA=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/genServers.ts | 24 +- game-server/config/yjz_zy.ts | 2144 ++++++++++++++++++++++++------ 2 files changed, 1750 insertions(+), 418 deletions(-) diff --git a/game-server/config/genServers.ts b/game-server/config/genServers.ts index 86e45b464..358885e50 100644 --- a/game-server/config/genServers.ts +++ b/game-server/config/genServers.ts @@ -39,18 +39,18 @@ let [totalConnector, totalChat, totalRole, totalBattle, totalComBattle, totalGui // 服务器配置:自营 const ZY_SERVERS_FILE = 'yjz_zy.ts'; -// 不删档测试期间配置 +// 公测配置,2023-05-07 const zy1ServerConfig: ServerConfig[] = [ - { name: 'zy1', host: '172.16.4.140', clientHost: 'yjz-zy-game1.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 6, battleCnt: 2, comBattleCnt: 1, guildCnt: 6, activityCnt: 2, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, - { name: 'zy2', host: '172.16.4.146', clientHost: 'yjz-zy-game2.fdd73.com', connectorCnt: 4, chatCnt: 2, roleCnt: 4, battleCnt: 4, comBattleCnt: 1, guildCnt: 0, activityCnt: 3, orderCnt: 2, gmCnt: 1, systimerCnt: 1, gmConnectorCnt: 0 }, - { name: 'zy3', host: '172.16.4.142', clientHost: 'yjz-zy-game3.fdd73.com', connectorCnt: 2, chatCnt: 2, roleCnt: 6, battleCnt: 4, comBattleCnt: 1, guildCnt: 6, activityCnt: 0, orderCnt: 2, gmCnt: 2, systimerCnt: 0, gmConnectorCnt: 1 }, - { name: 'zy4', host: '172.16.4.145', clientHost: 'yjz-zy-game4.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 6, battleCnt: 2, comBattleCnt: 1, guildCnt: 6, activityCnt: 3, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, - { name: 'zy5', host: '172.16.4.141', clientHost: 'yjz-zy-game5.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 6, battleCnt: 2, comBattleCnt: 1, guildCnt: 6, activityCnt: 4, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, - { name: 'zy6', host: '172.16.4.174', clientHost: 'yjz-zy-game6.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 6, battleCnt: 2, comBattleCnt: 1, guildCnt: 6, activityCnt: 4, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, - { name: 'zy7', host: '172.16.4.173', clientHost: 'yjz-zy-game7.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 6, battleCnt: 2, comBattleCnt: 1, guildCnt: 6, activityCnt: 4, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, - { name: 'zy8', host: '172.16.4.169', clientHost: 'yjz-zy-game8.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 6, battleCnt: 2, comBattleCnt: 1, guildCnt: 6, activityCnt: 4, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, - { name: 'zy9', host: '172.16.4.176', clientHost: 'yjz-zy-game9.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 6, battleCnt: 2, comBattleCnt: 1, guildCnt: 6, activityCnt: 4, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, - { name: 'zy10', host: '172.16.4.171', clientHost: 'yjz-zy-game10.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 6, battleCnt: 2, comBattleCnt: 1, guildCnt: 6, activityCnt: 4, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, + { name: 'zy1', host: '172.16.4.140', clientHost: 'yjz-zy-game1.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 9, battleCnt: 2, comBattleCnt: 1, guildCnt: 3, activityCnt: 2, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, + { name: 'zy2', host: '172.16.4.146', clientHost: 'yjz-zy-game2.fdd73.com', connectorCnt: 4, chatCnt: 2, roleCnt: 9, battleCnt: 4, comBattleCnt: 1, guildCnt: 0, activityCnt: 3, orderCnt: 2, gmCnt: 1, systimerCnt: 1, gmConnectorCnt: 0 }, + { name: 'zy3', host: '172.16.4.142', clientHost: 'yjz-zy-game3.fdd73.com', connectorCnt: 2, chatCnt: 2, roleCnt: 9, battleCnt: 4, comBattleCnt: 1, guildCnt: 5, activityCnt: 0, orderCnt: 2, gmCnt: 2, systimerCnt: 0, gmConnectorCnt: 1 }, + { name: 'zy4', host: '172.16.4.145', clientHost: 'yjz-zy-game4.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 9, battleCnt: 2, comBattleCnt: 1, guildCnt: 5, activityCnt: 3, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, + { name: 'zy5', host: '172.16.4.141', clientHost: 'yjz-zy-game5.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 9, battleCnt: 2, comBattleCnt: 1, guildCnt: 5, activityCnt: 3, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, + { name: 'zy6', host: '172.16.4.174', clientHost: 'yjz-zy-game6.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 9, battleCnt: 2, comBattleCnt: 1, guildCnt: 5, activityCnt: 3, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, + { name: 'zy7', host: '172.16.4.173', clientHost: 'yjz-zy-game7.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 9, battleCnt: 2, comBattleCnt: 1, guildCnt: 5, activityCnt: 3, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, + { name: 'zy8', host: '172.16.4.169', clientHost: 'yjz-zy-game8.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 9, battleCnt: 2, comBattleCnt: 1, guildCnt: 5, activityCnt: 3, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, + { name: 'zy9', host: '172.16.4.176', clientHost: 'yjz-zy-game9.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 9, battleCnt: 2, comBattleCnt: 1, guildCnt: 5, activityCnt: 3, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, + { name: 'zy10', host: '172.16.4.171', clientHost: 'yjz-zy-game10.fdd73.com', connectorCnt: 6, chatCnt: 2, roleCnt: 9, battleCnt: 2, comBattleCnt: 1, guildCnt: 5, activityCnt: 3, orderCnt: 2, gmCnt: 0, systimerCnt: 0, gmConnectorCnt: 0 }, ]; function genServer(config: ServerConfig) { @@ -152,6 +152,8 @@ function printTotal() { console.log(`totalOrder: ${totalOrder}`); console.log(`totalGm: ${totalGm}`); console.log(`totalSystimer: ${totalSystimer}`); + console.log(`totalComBattle: ${totalComBattle}`); + console.log(`total: ${totalConnector + totalGmConnector + totalChat + totalRole + totalBattle + totalGuild + totalActivity + totalOrder + totalGm + totalSystimer + totalComBattle}`); } function genServers(fileName: string, serverConfig: ServerConfig[]) { diff --git a/game-server/config/yjz_zy.ts b/game-server/config/yjz_zy.ts index 69b4054f5..6d43aa630 100644 --- a/game-server/config/yjz_zy.ts +++ b/game-server/config/yjz_zy.ts @@ -1,498 +1,1828 @@ -// 自营服务器 1 配置 + export const zy1 = { - 'connector': [ - { 'id': 'connector-server-1', 'port': 4051, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-2', 'port': 4052, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-3', 'port': 4053, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-4', 'port': 4054, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3054, 'frontend': true }, - { 'id': 'connector-server-5', 'port': 4055, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3055, 'frontend': true }, - { 'id': 'connector-server-6', 'port': 4056, 'clientHost': 'yjz-zy-game1.fdd73.com', 'host': '172.16.4.140', 'clientPort': 3056, 'frontend': true }, + "connector": [ + { + "id": "connector-server-1", + "host": "172.16.4.140", + "port": 4051, + "clientHost": "yjz-zy-game1.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-2", + "host": "172.16.4.140", + "port": 4052, + "clientHost": "yjz-zy-game1.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-3", + "host": "172.16.4.140", + "port": 4053, + "clientHost": "yjz-zy-game1.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-4", + "host": "172.16.4.140", + "port": 4054, + "clientHost": "yjz-zy-game1.fdd73.com", + "clientPort": 3054, + "frontend": true + }, + { + "id": "connector-server-5", + "host": "172.16.4.140", + "port": 4055, + "clientHost": "yjz-zy-game1.fdd73.com", + "clientPort": 3055, + "frontend": true + }, + { + "id": "connector-server-6", + "host": "172.16.4.140", + "port": 4056, + "clientHost": "yjz-zy-game1.fdd73.com", + "clientPort": 3056, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-1', 'host': '172.16.4.140', 'port': 6011 }, - { 'id': 'chat-server-2', 'host': '172.16.4.140', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-1", + "host": "172.16.4.140", + "port": 6011 + }, + { + "id": "chat-server-2", + "host": "172.16.4.140", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-1', 'host': '172.16.4.140', 'port': 6021 }, - { 'id': 'role-server-2', 'host': '172.16.4.140', 'port': 6022 }, - { 'id': 'role-server-3', 'host': '172.16.4.140', 'port': 6023 }, - { 'id': 'role-server-4', 'host': '172.16.4.140', 'port': 6024 }, - { 'id': 'role-server-5', 'host': '172.16.4.140', 'port': 6025 }, - { 'id': 'role-server-6', 'host': '172.16.4.140', 'port': 6026 }, + "role": [ + { + "id": "role-server-1", + "host": "172.16.4.140", + "port": 6021 + }, + { + "id": "role-server-2", + "host": "172.16.4.140", + "port": 6022 + }, + { + "id": "role-server-3", + "host": "172.16.4.140", + "port": 6023 + }, + { + "id": "role-server-4", + "host": "172.16.4.140", + "port": 6024 + }, + { + "id": "role-server-5", + "host": "172.16.4.140", + "port": 6025 + }, + { + "id": "role-server-6", + "host": "172.16.4.140", + "port": 6026 + }, + { + "id": "role-server-7", + "host": "172.16.4.140", + "port": 6027 + }, + { + "id": "role-server-8", + "host": "172.16.4.140", + "port": 6028 + }, + { + "id": "role-server-9", + "host": "172.16.4.140", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-1', 'host': '172.16.4.140', 'port': 6031 }, - { 'id': 'battle-server-2', 'host': '172.16.4.140', 'port': 6032 }, + "battle": [ + { + "id": "battle-server-1", + "host": "172.16.4.140", + "port": 6031 + }, + { + "id": "battle-server-2", + "host": "172.16.4.140", + "port": 6032 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-1', 'host': '172.16.4.140', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-1", + "host": "172.16.4.140", + "port": 6091 + } ], - 'gm': [], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-1', 'host': '172.16.4.140', 'port': 6041 }, - { 'id': 'guild-server-2', 'host': '172.16.4.140', 'port': 6042 }, - { 'id': 'guild-server-3', 'host': '172.16.4.140', 'port': 6043 }, - { 'id': 'guild-server-4', 'host': '172.16.4.140', 'port': 6044 }, - { 'id': 'guild-server-5', 'host': '172.16.4.140', 'port': 6045 }, - { 'id': 'guild-server-6', 'host': '172.16.4.140', 'port': 6046 }, + "guild": [ + { + "id": "guild-server-1", + "host": "172.16.4.140", + "port": 6041 + }, + { + "id": "guild-server-2", + "host": "172.16.4.140", + "port": 6042 + }, + { + "id": "guild-server-3", + "host": "172.16.4.140", + "port": 6043 + } ], - 'activity': [ - { 'id': 'activity-server-1', 'host': '172.16.4.140', 'port': 6051 }, - { 'id': 'activity-server-2', 'host': '172.16.4.140', 'port': 6052 }, + "activity": [ + { + "id": "activity-server-1", + "host": "172.16.4.140", + "port": 6051 + }, + { + "id": "activity-server-2", + "host": "172.16.4.140", + "port": 6052 + } ], - 'order': [ - { 'id': 'order-server-1', 'host': '172.16.4.140', 'port': 6061 }, - { 'id': 'order-server-2', 'host': '172.16.4.140', 'port': 6062 }, - ] + "order": [ + { + "id": "order-server-1", + "host": "172.16.4.140", + "port": 6061 + }, + { + "id": "order-server-2", + "host": "172.16.4.140", + "port": 6062 + } + ], + "gm": [], + "systimer": [] }; - -// 自营服务器 2 配置 export const zy2 = { - 'connector': [ - { 'id': 'connector-server-7', 'port': 4051, 'clientHost': 'yjz-zy-game2.fdd73.com', 'host': '172.16.4.146', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-8', 'port': 4052, 'clientHost': 'yjz-zy-game2.fdd73.com', 'host': '172.16.4.146', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-9', 'port': 4053, 'clientHost': 'yjz-zy-game2.fdd73.com', 'host': '172.16.4.146', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-10', 'port': 4054, 'clientHost': 'yjz-zy-game2.fdd73.com', 'host': '172.16.4.146', 'clientPort': 3054, 'frontend': true }, + "connector": [ + { + "id": "connector-server-7", + "host": "172.16.4.146", + "port": 4051, + "clientHost": "yjz-zy-game2.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-8", + "host": "172.16.4.146", + "port": 4052, + "clientHost": "yjz-zy-game2.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-9", + "host": "172.16.4.146", + "port": 4053, + "clientHost": "yjz-zy-game2.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-10", + "host": "172.16.4.146", + "port": 4054, + "clientHost": "yjz-zy-game2.fdd73.com", + "clientPort": 3054, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-3', 'host': '172.16.4.146', 'port': 6011 }, - { 'id': 'chat-server-4', 'host': '172.16.4.146', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-3", + "host": "172.16.4.146", + "port": 6011 + }, + { + "id": "chat-server-4", + "host": "172.16.4.146", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-7', 'host': '172.16.4.146', 'port': 6021 }, - { 'id': 'role-server-8', 'host': '172.16.4.146', 'port': 6022 }, - { 'id': 'role-server-9', 'host': '172.16.4.146', 'port': 6023 }, - { 'id': 'role-server-10', 'host': '172.16.4.146', 'port': 6024 }, + "role": [ + { + "id": "role-server-10", + "host": "172.16.4.146", + "port": 6021 + }, + { + "id": "role-server-11", + "host": "172.16.4.146", + "port": 6022 + }, + { + "id": "role-server-12", + "host": "172.16.4.146", + "port": 6023 + }, + { + "id": "role-server-13", + "host": "172.16.4.146", + "port": 6024 + }, + { + "id": "role-server-14", + "host": "172.16.4.146", + "port": 6025 + }, + { + "id": "role-server-15", + "host": "172.16.4.146", + "port": 6026 + }, + { + "id": "role-server-16", + "host": "172.16.4.146", + "port": 6027 + }, + { + "id": "role-server-17", + "host": "172.16.4.146", + "port": 6028 + }, + { + "id": "role-server-18", + "host": "172.16.4.146", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-3', 'host': '172.16.4.146', 'port': 6031 }, - { 'id': 'battle-server-4', 'host': '172.16.4.146', 'port': 6032 }, - { 'id': 'battle-server-5', 'host': '172.16.4.146', 'port': 6033 }, - { 'id': 'battle-server-6', 'host': '172.16.4.146', 'port': 6034 }, + "battle": [ + { + "id": "battle-server-3", + "host": "172.16.4.146", + "port": 6031 + }, + { + "id": "battle-server-4", + "host": "172.16.4.146", + "port": 6032 + }, + { + "id": "battle-server-5", + "host": "172.16.4.146", + "port": 6033 + }, + { + "id": "battle-server-6", + "host": "172.16.4.146", + "port": 6034 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-2', 'host': '172.16.4.146', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-2", + "host": "172.16.4.146", + "port": 6091 + } ], - 'gm': [ - { 'id': 'gm-server-1', 'host': '172.16.4.146', 'port': 6071 }, + "guild": [], + "activity": [ + { + "id": "activity-server-3", + "host": "172.16.4.146", + "port": 6051 + }, + { + "id": "activity-server-4", + "host": "172.16.4.146", + "port": 6052 + }, + { + "id": "activity-server-5", + "host": "172.16.4.146", + "port": 6053 + } ], - 'systimer': [ - { 'id': 'systimer-server-1', 'host': '172.16.4.146', 'port': 6081 }, + "order": [ + { + "id": "order-server-3", + "host": "172.16.4.146", + "port": 6061 + }, + { + "id": "order-server-4", + "host": "172.16.4.146", + "port": 6062 + } ], - 'guild': [], - 'activity': [ - { 'id': 'activity-server-3', 'host': '172.16.4.146', 'port': 6051 }, - { 'id': 'activity-server-4', 'host': '172.16.4.146', 'port': 6052 }, - { 'id': 'activity-server-5', 'host': '172.16.4.146', 'port': 6053 }, - ], - 'order': [ - { 'id': 'order-server-3', 'host': '172.16.4.146', 'port': 6061 }, - { 'id': 'order-server-4', 'host': '172.16.4.146', 'port': 6062 }, + "gm": [ + { + "id": "gm-server-1", + "host": "172.16.4.146", + "port": 6071 + } ], + "systimer": [ + { + "id": "systimer-server-1", + "host": "172.16.4.146", + "port": 6081 + } + ] }; - -// 自营服务器 3 配置 export const zy3 = { - 'connector': [ - { 'id': 'connector-server-11', 'port': 4051, 'clientHost': 'yjz-zy-game3.fdd73.com', 'host': '172.16.4.142', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-12', 'port': 4052, 'clientHost': 'yjz-zy-game3.fdd73.com', 'host': '172.16.4.142', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'yjz-zy-game3.fdd73.com', 'host': '172.16.4.142', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' } + "connector": [ + { + "id": "connector-server-11", + "host": "172.16.4.142", + "port": 4051, + "clientHost": "yjz-zy-game3.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-12", + "host": "172.16.4.142", + "port": 4052, + "clientHost": "yjz-zy-game3.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-gm", + "host": "172.16.4.142", + "port": 4099, + "clientHost": "yjz-zy-game3.fdd73.com", + "clientPort": 3099, + "frontend": true, + "isGm": true + } ], - 'chat': [ - { 'id': 'chat-server-5', 'host': '172.16.4.142', 'port': 6011 }, - { 'id': 'chat-server-6', 'host': '172.16.4.142', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-5", + "host": "172.16.4.142", + "port": 6011 + }, + { + "id": "chat-server-6", + "host": "172.16.4.142", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-11', 'host': '172.16.4.142', 'port': 6021 }, - { 'id': 'role-server-12', 'host': '172.16.4.142', 'port': 6022 }, - { 'id': 'role-server-13', 'host': '172.16.4.142', 'port': 6023 }, - { 'id': 'role-server-14', 'host': '172.16.4.142', 'port': 6024 }, - { 'id': 'role-server-15', 'host': '172.16.4.142', 'port': 6025 }, - { 'id': 'role-server-16', 'host': '172.16.4.142', 'port': 6026 }, + "role": [ + { + "id": "role-server-19", + "host": "172.16.4.142", + "port": 6021 + }, + { + "id": "role-server-20", + "host": "172.16.4.142", + "port": 6022 + }, + { + "id": "role-server-21", + "host": "172.16.4.142", + "port": 6023 + }, + { + "id": "role-server-22", + "host": "172.16.4.142", + "port": 6024 + }, + { + "id": "role-server-23", + "host": "172.16.4.142", + "port": 6025 + }, + { + "id": "role-server-24", + "host": "172.16.4.142", + "port": 6026 + }, + { + "id": "role-server-25", + "host": "172.16.4.142", + "port": 6027 + }, + { + "id": "role-server-26", + "host": "172.16.4.142", + "port": 6028 + }, + { + "id": "role-server-27", + "host": "172.16.4.142", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-7', 'host': '172.16.4.142', 'port': 6031 }, - { 'id': 'battle-server-8', 'host': '172.16.4.142', 'port': 6032 }, - { 'id': 'battle-server-9', 'host': '172.16.4.142', 'port': 6033 }, - { 'id': 'battle-server-10', 'host': '172.16.4.142', 'port': 6034 }, + "battle": [ + { + "id": "battle-server-7", + "host": "172.16.4.142", + "port": 6031 + }, + { + "id": "battle-server-8", + "host": "172.16.4.142", + "port": 6032 + }, + { + "id": "battle-server-9", + "host": "172.16.4.142", + "port": 6033 + }, + { + "id": "battle-server-10", + "host": "172.16.4.142", + "port": 6034 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-3', 'host': '172.16.4.142', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-3", + "host": "172.16.4.142", + "port": 6091 + } ], - 'gm': [ - { 'id': 'gm-server-2', 'host': '172.16.4.142', 'port': 6071 }, - { 'id': 'gm-server-3', 'host': '172.16.4.142', 'port': 6072 }, + "guild": [ + { + "id": "guild-server-4", + "host": "172.16.4.142", + "port": 6041 + }, + { + "id": "guild-server-5", + "host": "172.16.4.142", + "port": 6042 + }, + { + "id": "guild-server-6", + "host": "172.16.4.142", + "port": 6043 + }, + { + "id": "guild-server-7", + "host": "172.16.4.142", + "port": 6044 + }, + { + "id": "guild-server-8", + "host": "172.16.4.142", + "port": 6045 + } ], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-7', 'host': '172.16.4.142', 'port': 6041 }, - { 'id': 'guild-server-8', 'host': '172.16.4.142', 'port': 6042 }, - { 'id': 'guild-server-9', 'host': '172.16.4.142', 'port': 6043 }, - { 'id': 'guild-server-10', 'host': '172.16.4.142', 'port': 6044 }, - { 'id': 'guild-server-11', 'host': '172.16.4.142', 'port': 6045 }, - { 'id': 'guild-server-12', 'host': '172.16.4.142', 'port': 6046 }, + "activity": [], + "order": [ + { + "id": "order-server-5", + "host": "172.16.4.142", + "port": 6061 + }, + { + "id": "order-server-6", + "host": "172.16.4.142", + "port": 6062 + } ], - 'activity': [], - 'order': [ - { 'id': 'order-server-5', 'host': '172.16.4.142', 'port': 6061 }, - { 'id': 'order-server-6', 'host': '172.16.4.142', 'port': 6062 }, + "gm": [ + { + "id": "gm-server-2", + "host": "172.16.4.142", + "port": 6071 + }, + { + "id": "gm-server-3", + "host": "172.16.4.142", + "port": 6072 + } ], + "systimer": [] }; - -// 自营服务器 4 配置 export const zy4 = { - 'connector': [ - { 'id': 'connector-server-13', 'port': 4051, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-14', 'port': 4052, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-15', 'port': 4053, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-16', 'port': 4054, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3054, 'frontend': true }, - { 'id': 'connector-server-17', 'port': 4055, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3055, 'frontend': true }, - { 'id': 'connector-server-18', 'port': 4056, 'clientHost': 'yjz-zy-game4.fdd73.com', 'host': '172.16.4.145', 'clientPort': 3056, 'frontend': true }, - + "connector": [ + { + "id": "connector-server-13", + "host": "172.16.4.145", + "port": 4051, + "clientHost": "yjz-zy-game4.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-14", + "host": "172.16.4.145", + "port": 4052, + "clientHost": "yjz-zy-game4.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-15", + "host": "172.16.4.145", + "port": 4053, + "clientHost": "yjz-zy-game4.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-16", + "host": "172.16.4.145", + "port": 4054, + "clientHost": "yjz-zy-game4.fdd73.com", + "clientPort": 3054, + "frontend": true + }, + { + "id": "connector-server-17", + "host": "172.16.4.145", + "port": 4055, + "clientHost": "yjz-zy-game4.fdd73.com", + "clientPort": 3055, + "frontend": true + }, + { + "id": "connector-server-18", + "host": "172.16.4.145", + "port": 4056, + "clientHost": "yjz-zy-game4.fdd73.com", + "clientPort": 3056, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-7', 'host': '172.16.4.145', 'port': 6011 }, - { 'id': 'chat-server-8', 'host': '172.16.4.145', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-7", + "host": "172.16.4.145", + "port": 6011 + }, + { + "id": "chat-server-8", + "host": "172.16.4.145", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-17', 'host': '172.16.4.145', 'port': 6021 }, - { 'id': 'role-server-18', 'host': '172.16.4.145', 'port': 6022 }, - { 'id': 'role-server-19', 'host': '172.16.4.145', 'port': 6023 }, - { 'id': 'role-server-20', 'host': '172.16.4.145', 'port': 6024 }, - { 'id': 'role-server-21', 'host': '172.16.4.145', 'port': 6025 }, - { 'id': 'role-server-22', 'host': '172.16.4.145', 'port': 6026 }, + "role": [ + { + "id": "role-server-28", + "host": "172.16.4.145", + "port": 6021 + }, + { + "id": "role-server-29", + "host": "172.16.4.145", + "port": 6022 + }, + { + "id": "role-server-30", + "host": "172.16.4.145", + "port": 6023 + }, + { + "id": "role-server-31", + "host": "172.16.4.145", + "port": 6024 + }, + { + "id": "role-server-32", + "host": "172.16.4.145", + "port": 6025 + }, + { + "id": "role-server-33", + "host": "172.16.4.145", + "port": 6026 + }, + { + "id": "role-server-34", + "host": "172.16.4.145", + "port": 6027 + }, + { + "id": "role-server-35", + "host": "172.16.4.145", + "port": 6028 + }, + { + "id": "role-server-36", + "host": "172.16.4.145", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-11', 'host': '172.16.4.145', 'port': 6031 }, - { 'id': 'battle-server-12', 'host': '172.16.4.145', 'port': 6032 }, + "battle": [ + { + "id": "battle-server-11", + "host": "172.16.4.145", + "port": 6031 + }, + { + "id": "battle-server-12", + "host": "172.16.4.145", + "port": 6032 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-4', 'host': '172.16.4.145', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-4", + "host": "172.16.4.145", + "port": 6091 + } ], - 'gm': [], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-13', 'host': '172.16.4.145', 'port': 6041 }, - { 'id': 'guild-server-14', 'host': '172.16.4.145', 'port': 6042 }, - { 'id': 'guild-server-15', 'host': '172.16.4.145', 'port': 6043 }, - { 'id': 'guild-server-16', 'host': '172.16.4.145', 'port': 6044 }, - { 'id': 'guild-server-17', 'host': '172.16.4.145', 'port': 6045 }, - { 'id': 'guild-server-18', 'host': '172.16.4.145', 'port': 6046 }, + "guild": [ + { + "id": "guild-server-9", + "host": "172.16.4.145", + "port": 6041 + }, + { + "id": "guild-server-10", + "host": "172.16.4.145", + "port": 6042 + }, + { + "id": "guild-server-11", + "host": "172.16.4.145", + "port": 6043 + }, + { + "id": "guild-server-12", + "host": "172.16.4.145", + "port": 6044 + }, + { + "id": "guild-server-13", + "host": "172.16.4.145", + "port": 6045 + } ], - 'activity': [ - { 'id': 'activity-server-6', 'host': '172.16.4.145', 'port': 6051 }, - { 'id': 'activity-server-7', 'host': '172.16.4.145', 'port': 6052 }, - { 'id': 'activity-server-8', 'host': '172.16.4.145', 'port': 6053 }, + "activity": [ + { + "id": "activity-server-6", + "host": "172.16.4.145", + "port": 6051 + }, + { + "id": "activity-server-7", + "host": "172.16.4.145", + "port": 6052 + }, + { + "id": "activity-server-8", + "host": "172.16.4.145", + "port": 6053 + } ], - 'order': [ - { 'id': 'order-server-7', 'host': '172.16.4.145', 'port': 6061 }, - { 'id': 'order-server-8', 'host': '172.16.4.145', 'port': 6062 }, - ] + "order": [ + { + "id": "order-server-7", + "host": "172.16.4.145", + "port": 6061 + }, + { + "id": "order-server-8", + "host": "172.16.4.145", + "port": 6062 + } + ], + "gm": [], + "systimer": [] }; - -// 自营服务器 5 配置 export const zy5 = { - 'connector': [ - { 'id': 'connector-server-19', 'port': 4051, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-20', 'port': 4052, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-21', 'port': 4053, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-22', 'port': 4054, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3054, 'frontend': true }, - { 'id': 'connector-server-23', 'port': 4055, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3055, 'frontend': true }, - { 'id': 'connector-server-24', 'port': 4056, 'clientHost': 'yjz-zy-game5.fdd73.com', 'host': '172.16.4.141', 'clientPort': 3056, 'frontend': true }, + "connector": [ + { + "id": "connector-server-19", + "host": "172.16.4.141", + "port": 4051, + "clientHost": "yjz-zy-game5.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-20", + "host": "172.16.4.141", + "port": 4052, + "clientHost": "yjz-zy-game5.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-21", + "host": "172.16.4.141", + "port": 4053, + "clientHost": "yjz-zy-game5.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-22", + "host": "172.16.4.141", + "port": 4054, + "clientHost": "yjz-zy-game5.fdd73.com", + "clientPort": 3054, + "frontend": true + }, + { + "id": "connector-server-23", + "host": "172.16.4.141", + "port": 4055, + "clientHost": "yjz-zy-game5.fdd73.com", + "clientPort": 3055, + "frontend": true + }, + { + "id": "connector-server-24", + "host": "172.16.4.141", + "port": 4056, + "clientHost": "yjz-zy-game5.fdd73.com", + "clientPort": 3056, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-9', 'host': '172.16.4.141', 'port': 6011 }, - { 'id': 'chat-server-10', 'host': '172.16.4.141', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-9", + "host": "172.16.4.141", + "port": 6011 + }, + { + "id": "chat-server-10", + "host": "172.16.4.141", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-23', 'host': '172.16.4.141', 'port': 6021 }, - { 'id': 'role-server-24', 'host': '172.16.4.141', 'port': 6022 }, - { 'id': 'role-server-25', 'host': '172.16.4.141', 'port': 6023 }, - { 'id': 'role-server-26', 'host': '172.16.4.141', 'port': 6024 }, - { 'id': 'role-server-27', 'host': '172.16.4.141', 'port': 6025 }, - { 'id': 'role-server-28', 'host': '172.16.4.141', 'port': 6026 }, + "role": [ + { + "id": "role-server-37", + "host": "172.16.4.141", + "port": 6021 + }, + { + "id": "role-server-38", + "host": "172.16.4.141", + "port": 6022 + }, + { + "id": "role-server-39", + "host": "172.16.4.141", + "port": 6023 + }, + { + "id": "role-server-40", + "host": "172.16.4.141", + "port": 6024 + }, + { + "id": "role-server-41", + "host": "172.16.4.141", + "port": 6025 + }, + { + "id": "role-server-42", + "host": "172.16.4.141", + "port": 6026 + }, + { + "id": "role-server-43", + "host": "172.16.4.141", + "port": 6027 + }, + { + "id": "role-server-44", + "host": "172.16.4.141", + "port": 6028 + }, + { + "id": "role-server-45", + "host": "172.16.4.141", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-13', 'host': '172.16.4.141', 'port': 6031 }, - { 'id': 'battle-server-14', 'host': '172.16.4.141', 'port': 6032 }, + "battle": [ + { + "id": "battle-server-13", + "host": "172.16.4.141", + "port": 6031 + }, + { + "id": "battle-server-14", + "host": "172.16.4.141", + "port": 6032 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-5', 'host': '172.16.4.141', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-5", + "host": "172.16.4.141", + "port": 6091 + } ], - 'gm': [], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-19', 'host': '172.16.4.141', 'port': 6041 }, - { 'id': 'guild-server-20', 'host': '172.16.4.141', 'port': 6042 }, - { 'id': 'guild-server-21', 'host': '172.16.4.141', 'port': 6043 }, - { 'id': 'guild-server-22', 'host': '172.16.4.141', 'port': 6044 }, - { 'id': 'guild-server-23', 'host': '172.16.4.141', 'port': 6045 }, - { 'id': 'guild-server-24', 'host': '172.16.4.141', 'port': 6046 }, + "guild": [ + { + "id": "guild-server-14", + "host": "172.16.4.141", + "port": 6041 + }, + { + "id": "guild-server-15", + "host": "172.16.4.141", + "port": 6042 + }, + { + "id": "guild-server-16", + "host": "172.16.4.141", + "port": 6043 + }, + { + "id": "guild-server-17", + "host": "172.16.4.141", + "port": 6044 + }, + { + "id": "guild-server-18", + "host": "172.16.4.141", + "port": 6045 + } ], - 'activity': [ - { 'id': 'activity-server-9', 'host': '172.16.4.141', 'port': 6051 }, - { 'id': 'activity-server-10', 'host': '172.16.4.141', 'port': 6052 }, - { 'id': 'activity-server-11', 'host': '172.16.4.141', 'port': 6053 }, - { 'id': 'activity-server-12', 'host': '172.16.4.141', 'port': 6054 }, + "activity": [ + { + "id": "activity-server-9", + "host": "172.16.4.141", + "port": 6051 + }, + { + "id": "activity-server-10", + "host": "172.16.4.141", + "port": 6052 + }, + { + "id": "activity-server-11", + "host": "172.16.4.141", + "port": 6053 + } ], - 'order': [ - { 'id': 'order-server-9', 'host': '172.16.4.141', 'port': 6061 }, - { 'id': 'order-server-10', 'host': '172.16.4.141', 'port': 6062 }, - ] + "order": [ + { + "id": "order-server-9", + "host": "172.16.4.141", + "port": 6061 + }, + { + "id": "order-server-10", + "host": "172.16.4.141", + "port": 6062 + } + ], + "gm": [], + "systimer": [] }; - -// 自营服务器 6 配置 export const zy6 = { - 'connector': [ - { 'id': 'connector-server-25', 'port': 4051, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-26', 'port': 4052, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-27', 'port': 4053, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-28', 'port': 4054, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3054, 'frontend': true }, - { 'id': 'connector-server-29', 'port': 4055, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3055, 'frontend': true }, - { 'id': 'connector-server-30', 'port': 4056, 'clientHost': 'yjz-zy-game6.fdd73.com', 'host': '172.16.4.174', 'clientPort': 3056, 'frontend': true }, + "connector": [ + { + "id": "connector-server-25", + "host": "172.16.4.174", + "port": 4051, + "clientHost": "yjz-zy-game6.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-26", + "host": "172.16.4.174", + "port": 4052, + "clientHost": "yjz-zy-game6.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-27", + "host": "172.16.4.174", + "port": 4053, + "clientHost": "yjz-zy-game6.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-28", + "host": "172.16.4.174", + "port": 4054, + "clientHost": "yjz-zy-game6.fdd73.com", + "clientPort": 3054, + "frontend": true + }, + { + "id": "connector-server-29", + "host": "172.16.4.174", + "port": 4055, + "clientHost": "yjz-zy-game6.fdd73.com", + "clientPort": 3055, + "frontend": true + }, + { + "id": "connector-server-30", + "host": "172.16.4.174", + "port": 4056, + "clientHost": "yjz-zy-game6.fdd73.com", + "clientPort": 3056, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-11', 'host': '172.16.4.174', 'port': 6011 }, - { 'id': 'chat-server-12', 'host': '172.16.4.174', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-11", + "host": "172.16.4.174", + "port": 6011 + }, + { + "id": "chat-server-12", + "host": "172.16.4.174", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-29', 'host': '172.16.4.174', 'port': 6021 }, - { 'id': 'role-server-30', 'host': '172.16.4.174', 'port': 6022 }, - { 'id': 'role-server-31', 'host': '172.16.4.174', 'port': 6023 }, - { 'id': 'role-server-32', 'host': '172.16.4.174', 'port': 6024 }, - { 'id': 'role-server-33', 'host': '172.16.4.174', 'port': 6025 }, - { 'id': 'role-server-34', 'host': '172.16.4.174', 'port': 6026 }, + "role": [ + { + "id": "role-server-46", + "host": "172.16.4.174", + "port": 6021 + }, + { + "id": "role-server-47", + "host": "172.16.4.174", + "port": 6022 + }, + { + "id": "role-server-48", + "host": "172.16.4.174", + "port": 6023 + }, + { + "id": "role-server-49", + "host": "172.16.4.174", + "port": 6024 + }, + { + "id": "role-server-50", + "host": "172.16.4.174", + "port": 6025 + }, + { + "id": "role-server-51", + "host": "172.16.4.174", + "port": 6026 + }, + { + "id": "role-server-52", + "host": "172.16.4.174", + "port": 6027 + }, + { + "id": "role-server-53", + "host": "172.16.4.174", + "port": 6028 + }, + { + "id": "role-server-54", + "host": "172.16.4.174", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-15', 'host': '172.16.4.174', 'port': 6031 }, - { 'id': 'battle-server-16', 'host': '172.16.4.174', 'port': 6032 }, + "battle": [ + { + "id": "battle-server-15", + "host": "172.16.4.174", + "port": 6031 + }, + { + "id": "battle-server-16", + "host": "172.16.4.174", + "port": 6032 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-6', 'host': '172.16.4.174', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-6", + "host": "172.16.4.174", + "port": 6091 + } ], - 'gm': [], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-25', 'host': '172.16.4.174', 'port': 6041 }, - { 'id': 'guild-server-26', 'host': '172.16.4.174', 'port': 6042 }, - { 'id': 'guild-server-27', 'host': '172.16.4.174', 'port': 6043 }, - { 'id': 'guild-server-28', 'host': '172.16.4.174', 'port': 6044 }, - { 'id': 'guild-server-29', 'host': '172.16.4.174', 'port': 6045 }, - { 'id': 'guild-server-30', 'host': '172.16.4.174', 'port': 6046 }, + "guild": [ + { + "id": "guild-server-19", + "host": "172.16.4.174", + "port": 6041 + }, + { + "id": "guild-server-20", + "host": "172.16.4.174", + "port": 6042 + }, + { + "id": "guild-server-21", + "host": "172.16.4.174", + "port": 6043 + }, + { + "id": "guild-server-22", + "host": "172.16.4.174", + "port": 6044 + }, + { + "id": "guild-server-23", + "host": "172.16.4.174", + "port": 6045 + } ], - 'activity': [ - { 'id': 'activity-server-13', 'host': '172.16.4.174', 'port': 6051 }, - { 'id': 'activity-server-14', 'host': '172.16.4.174', 'port': 6052 }, - { 'id': 'activity-server-15', 'host': '172.16.4.174', 'port': 6053 }, - { 'id': 'activity-server-16', 'host': '172.16.4.174', 'port': 6054 }, + "activity": [ + { + "id": "activity-server-12", + "host": "172.16.4.174", + "port": 6051 + }, + { + "id": "activity-server-13", + "host": "172.16.4.174", + "port": 6052 + }, + { + "id": "activity-server-14", + "host": "172.16.4.174", + "port": 6053 + } ], - 'order': [ - { 'id': 'order-server-11', 'host': '172.16.4.174', 'port': 6061 }, - { 'id': 'order-server-12', 'host': '172.16.4.174', 'port': 6062 }, - ] + "order": [ + { + "id": "order-server-11", + "host": "172.16.4.174", + "port": 6061 + }, + { + "id": "order-server-12", + "host": "172.16.4.174", + "port": 6062 + } + ], + "gm": [], + "systimer": [] }; - -// 自营服务器 7 配置 export const zy7 = { - 'connector': [ - { 'id': 'connector-server-31', 'port': 4051, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-32', 'port': 4052, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-33', 'port': 4053, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-34', 'port': 4054, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3054, 'frontend': true }, - { 'id': 'connector-server-35', 'port': 4055, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3055, 'frontend': true }, - { 'id': 'connector-server-36', 'port': 4056, 'clientHost': 'yjz-zy-game7.fdd73.com', 'host': '172.16.4.173', 'clientPort': 3056, 'frontend': true }, + "connector": [ + { + "id": "connector-server-31", + "host": "172.16.4.173", + "port": 4051, + "clientHost": "yjz-zy-game7.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-32", + "host": "172.16.4.173", + "port": 4052, + "clientHost": "yjz-zy-game7.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-33", + "host": "172.16.4.173", + "port": 4053, + "clientHost": "yjz-zy-game7.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-34", + "host": "172.16.4.173", + "port": 4054, + "clientHost": "yjz-zy-game7.fdd73.com", + "clientPort": 3054, + "frontend": true + }, + { + "id": "connector-server-35", + "host": "172.16.4.173", + "port": 4055, + "clientHost": "yjz-zy-game7.fdd73.com", + "clientPort": 3055, + "frontend": true + }, + { + "id": "connector-server-36", + "host": "172.16.4.173", + "port": 4056, + "clientHost": "yjz-zy-game7.fdd73.com", + "clientPort": 3056, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-13', 'host': '172.16.4.173', 'port': 6011 }, - { 'id': 'chat-server-14', 'host': '172.16.4.173', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-13", + "host": "172.16.4.173", + "port": 6011 + }, + { + "id": "chat-server-14", + "host": "172.16.4.173", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-35', 'host': '172.16.4.173', 'port': 6021 }, - { 'id': 'role-server-36', 'host': '172.16.4.173', 'port': 6022 }, - { 'id': 'role-server-37', 'host': '172.16.4.173', 'port': 6023 }, - { 'id': 'role-server-38', 'host': '172.16.4.173', 'port': 6024 }, - { 'id': 'role-server-39', 'host': '172.16.4.173', 'port': 6025 }, - { 'id': 'role-server-40', 'host': '172.16.4.173', 'port': 6026 }, + "role": [ + { + "id": "role-server-55", + "host": "172.16.4.173", + "port": 6021 + }, + { + "id": "role-server-56", + "host": "172.16.4.173", + "port": 6022 + }, + { + "id": "role-server-57", + "host": "172.16.4.173", + "port": 6023 + }, + { + "id": "role-server-58", + "host": "172.16.4.173", + "port": 6024 + }, + { + "id": "role-server-59", + "host": "172.16.4.173", + "port": 6025 + }, + { + "id": "role-server-60", + "host": "172.16.4.173", + "port": 6026 + }, + { + "id": "role-server-61", + "host": "172.16.4.173", + "port": 6027 + }, + { + "id": "role-server-62", + "host": "172.16.4.173", + "port": 6028 + }, + { + "id": "role-server-63", + "host": "172.16.4.173", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-17', 'host': '172.16.4.173', 'port': 6031 }, - { 'id': 'battle-server-18', 'host': '172.16.4.173', 'port': 6032 }, + "battle": [ + { + "id": "battle-server-17", + "host": "172.16.4.173", + "port": 6031 + }, + { + "id": "battle-server-18", + "host": "172.16.4.173", + "port": 6032 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-7', 'host': '172.16.4.173', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-7", + "host": "172.16.4.173", + "port": 6091 + } ], - 'gm': [], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-31', 'host': '172.16.4.173', 'port': 6041 }, - { 'id': 'guild-server-32', 'host': '172.16.4.173', 'port': 6042 }, - { 'id': 'guild-server-33', 'host': '172.16.4.173', 'port': 6043 }, - { 'id': 'guild-server-34', 'host': '172.16.4.173', 'port': 6044 }, - { 'id': 'guild-server-35', 'host': '172.16.4.173', 'port': 6045 }, - { 'id': 'guild-server-36', 'host': '172.16.4.173', 'port': 6046 }, + "guild": [ + { + "id": "guild-server-24", + "host": "172.16.4.173", + "port": 6041 + }, + { + "id": "guild-server-25", + "host": "172.16.4.173", + "port": 6042 + }, + { + "id": "guild-server-26", + "host": "172.16.4.173", + "port": 6043 + }, + { + "id": "guild-server-27", + "host": "172.16.4.173", + "port": 6044 + }, + { + "id": "guild-server-28", + "host": "172.16.4.173", + "port": 6045 + } ], - 'activity': [ - { 'id': 'activity-server-17', 'host': '172.16.4.173', 'port': 6051 }, - { 'id': 'activity-server-18', 'host': '172.16.4.173', 'port': 6052 }, - { 'id': 'activity-server-19', 'host': '172.16.4.173', 'port': 6053 }, - { 'id': 'activity-server-20', 'host': '172.16.4.173', 'port': 6054 }, + "activity": [ + { + "id": "activity-server-15", + "host": "172.16.4.173", + "port": 6051 + }, + { + "id": "activity-server-16", + "host": "172.16.4.173", + "port": 6052 + }, + { + "id": "activity-server-17", + "host": "172.16.4.173", + "port": 6053 + } ], - 'order': [ - { 'id': 'order-server-13', 'host': '172.16.4.173', 'port': 6061 }, - { 'id': 'order-server-14', 'host': '172.16.4.173', 'port': 6062 }, - ] + "order": [ + { + "id": "order-server-13", + "host": "172.16.4.173", + "port": 6061 + }, + { + "id": "order-server-14", + "host": "172.16.4.173", + "port": 6062 + } + ], + "gm": [], + "systimer": [] }; - -// 自营服务器 8 配置 export const zy8 = { - 'connector': [ - { 'id': 'connector-server-37', 'port': 4051, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-38', 'port': 4052, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-39', 'port': 4053, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-40', 'port': 4054, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3054, 'frontend': true }, - { 'id': 'connector-server-41', 'port': 4055, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3055, 'frontend': true }, - { 'id': 'connector-server-42', 'port': 4056, 'clientHost': 'yjz-zy-game8.fdd73.com', 'host': '172.16.4.169', 'clientPort': 3056, 'frontend': true }, + "connector": [ + { + "id": "connector-server-37", + "host": "172.16.4.169", + "port": 4051, + "clientHost": "yjz-zy-game8.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-38", + "host": "172.16.4.169", + "port": 4052, + "clientHost": "yjz-zy-game8.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-39", + "host": "172.16.4.169", + "port": 4053, + "clientHost": "yjz-zy-game8.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-40", + "host": "172.16.4.169", + "port": 4054, + "clientHost": "yjz-zy-game8.fdd73.com", + "clientPort": 3054, + "frontend": true + }, + { + "id": "connector-server-41", + "host": "172.16.4.169", + "port": 4055, + "clientHost": "yjz-zy-game8.fdd73.com", + "clientPort": 3055, + "frontend": true + }, + { + "id": "connector-server-42", + "host": "172.16.4.169", + "port": 4056, + "clientHost": "yjz-zy-game8.fdd73.com", + "clientPort": 3056, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-15', 'host': '172.16.4.169', 'port': 6011 }, - { 'id': 'chat-server-16', 'host': '172.16.4.169', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-15", + "host": "172.16.4.169", + "port": 6011 + }, + { + "id": "chat-server-16", + "host": "172.16.4.169", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-41', 'host': '172.16.4.169', 'port': 6021 }, - { 'id': 'role-server-42', 'host': '172.16.4.169', 'port': 6022 }, - { 'id': 'role-server-43', 'host': '172.16.4.169', 'port': 6023 }, - { 'id': 'role-server-44', 'host': '172.16.4.169', 'port': 6024 }, - { 'id': 'role-server-45', 'host': '172.16.4.169', 'port': 6025 }, - { 'id': 'role-server-46', 'host': '172.16.4.169', 'port': 6026 }, + "role": [ + { + "id": "role-server-64", + "host": "172.16.4.169", + "port": 6021 + }, + { + "id": "role-server-65", + "host": "172.16.4.169", + "port": 6022 + }, + { + "id": "role-server-66", + "host": "172.16.4.169", + "port": 6023 + }, + { + "id": "role-server-67", + "host": "172.16.4.169", + "port": 6024 + }, + { + "id": "role-server-68", + "host": "172.16.4.169", + "port": 6025 + }, + { + "id": "role-server-69", + "host": "172.16.4.169", + "port": 6026 + }, + { + "id": "role-server-70", + "host": "172.16.4.169", + "port": 6027 + }, + { + "id": "role-server-71", + "host": "172.16.4.169", + "port": 6028 + }, + { + "id": "role-server-72", + "host": "172.16.4.169", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-19', 'host': '172.16.4.169', 'port': 6031 }, - { 'id': 'battle-server-20', 'host': '172.16.4.169', 'port': 6032 }, + "battle": [ + { + "id": "battle-server-19", + "host": "172.16.4.169", + "port": 6031 + }, + { + "id": "battle-server-20", + "host": "172.16.4.169", + "port": 6032 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-8', 'host': '172.16.4.169', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-8", + "host": "172.16.4.169", + "port": 6091 + } ], - 'gm': [], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-37', 'host': '172.16.4.169', 'port': 6041 }, - { 'id': 'guild-server-38', 'host': '172.16.4.169', 'port': 6042 }, - { 'id': 'guild-server-39', 'host': '172.16.4.169', 'port': 6043 }, - { 'id': 'guild-server-40', 'host': '172.16.4.169', 'port': 6044 }, - { 'id': 'guild-server-41', 'host': '172.16.4.169', 'port': 6045 }, - { 'id': 'guild-server-42', 'host': '172.16.4.169', 'port': 6046 }, + "guild": [ + { + "id": "guild-server-29", + "host": "172.16.4.169", + "port": 6041 + }, + { + "id": "guild-server-30", + "host": "172.16.4.169", + "port": 6042 + }, + { + "id": "guild-server-31", + "host": "172.16.4.169", + "port": 6043 + }, + { + "id": "guild-server-32", + "host": "172.16.4.169", + "port": 6044 + }, + { + "id": "guild-server-33", + "host": "172.16.4.169", + "port": 6045 + } ], - 'activity': [ - { 'id': 'activity-server-21', 'host': '172.16.4.169', 'port': 6051 }, - { 'id': 'activity-server-22', 'host': '172.16.4.169', 'port': 6052 }, - { 'id': 'activity-server-23', 'host': '172.16.4.169', 'port': 6053 }, - { 'id': 'activity-server-24', 'host': '172.16.4.169', 'port': 6054 }, + "activity": [ + { + "id": "activity-server-18", + "host": "172.16.4.169", + "port": 6051 + }, + { + "id": "activity-server-19", + "host": "172.16.4.169", + "port": 6052 + }, + { + "id": "activity-server-20", + "host": "172.16.4.169", + "port": 6053 + } ], - 'order': [ - { 'id': 'order-server-15', 'host': '172.16.4.169', 'port': 6061 }, - { 'id': 'order-server-16', 'host': '172.16.4.169', 'port': 6062 }, - ] + "order": [ + { + "id": "order-server-15", + "host": "172.16.4.169", + "port": 6061 + }, + { + "id": "order-server-16", + "host": "172.16.4.169", + "port": 6062 + } + ], + "gm": [], + "systimer": [] }; - -// 自营服务器 9 配置 export const zy9 = { - 'connector': [ - { 'id': 'connector-server-43', 'port': 4051, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-44', 'port': 4052, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-45', 'port': 4053, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-46', 'port': 4054, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3054, 'frontend': true }, - { 'id': 'connector-server-47', 'port': 4055, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3055, 'frontend': true }, - { 'id': 'connector-server-48', 'port': 4056, 'clientHost': 'yjz-zy-game9.fdd73.com', 'host': '172.16.4.176', 'clientPort': 3056, 'frontend': true }, + "connector": [ + { + "id": "connector-server-43", + "host": "172.16.4.176", + "port": 4051, + "clientHost": "yjz-zy-game9.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-44", + "host": "172.16.4.176", + "port": 4052, + "clientHost": "yjz-zy-game9.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-45", + "host": "172.16.4.176", + "port": 4053, + "clientHost": "yjz-zy-game9.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-46", + "host": "172.16.4.176", + "port": 4054, + "clientHost": "yjz-zy-game9.fdd73.com", + "clientPort": 3054, + "frontend": true + }, + { + "id": "connector-server-47", + "host": "172.16.4.176", + "port": 4055, + "clientHost": "yjz-zy-game9.fdd73.com", + "clientPort": 3055, + "frontend": true + }, + { + "id": "connector-server-48", + "host": "172.16.4.176", + "port": 4056, + "clientHost": "yjz-zy-game9.fdd73.com", + "clientPort": 3056, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-17', 'host': '172.16.4.176', 'port': 6011 }, - { 'id': 'chat-server-18', 'host': '172.16.4.176', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-17", + "host": "172.16.4.176", + "port": 6011 + }, + { + "id": "chat-server-18", + "host": "172.16.4.176", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-47', 'host': '172.16.4.176', 'port': 6021 }, - { 'id': 'role-server-48', 'host': '172.16.4.176', 'port': 6022 }, - { 'id': 'role-server-49', 'host': '172.16.4.176', 'port': 6023 }, - { 'id': 'role-server-50', 'host': '172.16.4.176', 'port': 6024 }, - { 'id': 'role-server-51', 'host': '172.16.4.176', 'port': 6025 }, - { 'id': 'role-server-52', 'host': '172.16.4.176', 'port': 6026 }, + "role": [ + { + "id": "role-server-73", + "host": "172.16.4.176", + "port": 6021 + }, + { + "id": "role-server-74", + "host": "172.16.4.176", + "port": 6022 + }, + { + "id": "role-server-75", + "host": "172.16.4.176", + "port": 6023 + }, + { + "id": "role-server-76", + "host": "172.16.4.176", + "port": 6024 + }, + { + "id": "role-server-77", + "host": "172.16.4.176", + "port": 6025 + }, + { + "id": "role-server-78", + "host": "172.16.4.176", + "port": 6026 + }, + { + "id": "role-server-79", + "host": "172.16.4.176", + "port": 6027 + }, + { + "id": "role-server-80", + "host": "172.16.4.176", + "port": 6028 + }, + { + "id": "role-server-81", + "host": "172.16.4.176", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-21', 'host': '172.16.4.176', 'port': 6031 }, - { 'id': 'battle-server-22', 'host': '172.16.4.176', 'port': 6032 }, + "battle": [ + { + "id": "battle-server-21", + "host": "172.16.4.176", + "port": 6031 + }, + { + "id": "battle-server-22", + "host": "172.16.4.176", + "port": 6032 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-9', 'host': '172.16.4.176', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-9", + "host": "172.16.4.176", + "port": 6091 + } ], - 'gm': [], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-43', 'host': '172.16.4.176', 'port': 6041 }, - { 'id': 'guild-server-44', 'host': '172.16.4.176', 'port': 6042 }, - { 'id': 'guild-server-45', 'host': '172.16.4.176', 'port': 6043 }, - { 'id': 'guild-server-46', 'host': '172.16.4.176', 'port': 6044 }, - { 'id': 'guild-server-47', 'host': '172.16.4.176', 'port': 6045 }, - { 'id': 'guild-server-48', 'host': '172.16.4.176', 'port': 6046 }, + "guild": [ + { + "id": "guild-server-34", + "host": "172.16.4.176", + "port": 6041 + }, + { + "id": "guild-server-35", + "host": "172.16.4.176", + "port": 6042 + }, + { + "id": "guild-server-36", + "host": "172.16.4.176", + "port": 6043 + }, + { + "id": "guild-server-37", + "host": "172.16.4.176", + "port": 6044 + }, + { + "id": "guild-server-38", + "host": "172.16.4.176", + "port": 6045 + } ], - 'activity': [ - { 'id': 'activity-server-25', 'host': '172.16.4.176', 'port': 6051 }, - { 'id': 'activity-server-26', 'host': '172.16.4.176', 'port': 6052 }, - { 'id': 'activity-server-27', 'host': '172.16.4.176', 'port': 6053 }, - { 'id': 'activity-server-28', 'host': '172.16.4.176', 'port': 6054 }, + "activity": [ + { + "id": "activity-server-21", + "host": "172.16.4.176", + "port": 6051 + }, + { + "id": "activity-server-22", + "host": "172.16.4.176", + "port": 6052 + }, + { + "id": "activity-server-23", + "host": "172.16.4.176", + "port": 6053 + } ], - 'order': [ - { 'id': 'order-server-17', 'host': '172.16.4.176', 'port': 6061 }, - { 'id': 'order-server-18', 'host': '172.16.4.176', 'port': 6062 }, - ] + "order": [ + { + "id": "order-server-17", + "host": "172.16.4.176", + "port": 6061 + }, + { + "id": "order-server-18", + "host": "172.16.4.176", + "port": 6062 + } + ], + "gm": [], + "systimer": [] }; - -// 自营服务器 10 配置 export const zy10 = { - 'connector': [ - { 'id': 'connector-server-49', 'port': 4051, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-50', 'port': 4052, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3052, 'frontend': true }, - { 'id': 'connector-server-51', 'port': 4053, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3053, 'frontend': true }, - { 'id': 'connector-server-52', 'port': 4054, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3054, 'frontend': true }, - { 'id': 'connector-server-53', 'port': 4055, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3055, 'frontend': true }, - { 'id': 'connector-server-54', 'port': 4056, 'clientHost': 'yjz-zy-game10.fdd73.com', 'host': '172.16.4.171', 'clientPort': 3056, 'frontend': true }, + "connector": [ + { + "id": "connector-server-49", + "host": "172.16.4.171", + "port": 4051, + "clientHost": "yjz-zy-game10.fdd73.com", + "clientPort": 3051, + "frontend": true + }, + { + "id": "connector-server-50", + "host": "172.16.4.171", + "port": 4052, + "clientHost": "yjz-zy-game10.fdd73.com", + "clientPort": 3052, + "frontend": true + }, + { + "id": "connector-server-51", + "host": "172.16.4.171", + "port": 4053, + "clientHost": "yjz-zy-game10.fdd73.com", + "clientPort": 3053, + "frontend": true + }, + { + "id": "connector-server-52", + "host": "172.16.4.171", + "port": 4054, + "clientHost": "yjz-zy-game10.fdd73.com", + "clientPort": 3054, + "frontend": true + }, + { + "id": "connector-server-53", + "host": "172.16.4.171", + "port": 4055, + "clientHost": "yjz-zy-game10.fdd73.com", + "clientPort": 3055, + "frontend": true + }, + { + "id": "connector-server-54", + "host": "172.16.4.171", + "port": 4056, + "clientHost": "yjz-zy-game10.fdd73.com", + "clientPort": 3056, + "frontend": true + } ], - 'chat': [ - { 'id': 'chat-server-19', 'host': '172.16.4.171', 'port': 6011 }, - { 'id': 'chat-server-20', 'host': '172.16.4.171', 'port': 6012 }, + "chat": [ + { + "id": "chat-server-19", + "host": "172.16.4.171", + "port": 6011 + }, + { + "id": "chat-server-20", + "host": "172.16.4.171", + "port": 6012 + } ], - 'role': [ - { 'id': 'role-server-53', 'host': '172.16.4.171', 'port': 6021 }, - { 'id': 'role-server-54', 'host': '172.16.4.171', 'port': 6022 }, - { 'id': 'role-server-55', 'host': '172.16.4.171', 'port': 6023 }, - { 'id': 'role-server-56', 'host': '172.16.4.171', 'port': 6024 }, - { 'id': 'role-server-57', 'host': '172.16.4.171', 'port': 6025 }, - { 'id': 'role-server-58', 'host': '172.16.4.171', 'port': 6026 }, + "role": [ + { + "id": "role-server-82", + "host": "172.16.4.171", + "port": 6021 + }, + { + "id": "role-server-83", + "host": "172.16.4.171", + "port": 6022 + }, + { + "id": "role-server-84", + "host": "172.16.4.171", + "port": 6023 + }, + { + "id": "role-server-85", + "host": "172.16.4.171", + "port": 6024 + }, + { + "id": "role-server-86", + "host": "172.16.4.171", + "port": 6025 + }, + { + "id": "role-server-87", + "host": "172.16.4.171", + "port": 6026 + }, + { + "id": "role-server-88", + "host": "172.16.4.171", + "port": 6027 + }, + { + "id": "role-server-89", + "host": "172.16.4.171", + "port": 6028 + }, + { + "id": "role-server-90", + "host": "172.16.4.171", + "port": 6029 + } ], - 'battle': [ - { 'id': 'battle-server-23', 'host': '172.16.4.171', 'port': 6031 }, - { 'id': 'battle-server-24', 'host': '172.16.4.171', 'port': 6032 }, + "battle": [ + { + "id": "battle-server-23", + "host": "172.16.4.171", + "port": 6031 + }, + { + "id": "battle-server-24", + "host": "172.16.4.171", + "port": 6032 + } ], - 'comBattle': [ - { 'id': 'comBattle-server-10', 'host': '172.16.4.171', 'port': 6091 }, + "comBattle": [ + { + "id": "comBattle-server-10", + "host": "172.16.4.171", + "port": 6091 + } ], - 'gm': [], - 'systimer': [], - 'guild': [ - { 'id': 'guild-server-49', 'host': '172.16.4.171', 'port': 6041 }, - { 'id': 'guild-server-50', 'host': '172.16.4.171', 'port': 6042 }, - { 'id': 'guild-server-51', 'host': '172.16.4.171', 'port': 6043 }, - { 'id': 'guild-server-52', 'host': '172.16.4.171', 'port': 6044 }, - { 'id': 'guild-server-53', 'host': '172.16.4.171', 'port': 6045 }, - { 'id': 'guild-server-54', 'host': '172.16.4.171', 'port': 6046 }, + "guild": [ + { + "id": "guild-server-39", + "host": "172.16.4.171", + "port": 6041 + }, + { + "id": "guild-server-40", + "host": "172.16.4.171", + "port": 6042 + }, + { + "id": "guild-server-41", + "host": "172.16.4.171", + "port": 6043 + }, + { + "id": "guild-server-42", + "host": "172.16.4.171", + "port": 6044 + }, + { + "id": "guild-server-43", + "host": "172.16.4.171", + "port": 6045 + } ], - 'activity': [ - { 'id': 'activity-server-29', 'host': '172.16.4.171', 'port': 6051 }, - { 'id': 'activity-server-30', 'host': '172.16.4.171', 'port': 6052 }, - { 'id': 'activity-server-31', 'host': '172.16.4.171', 'port': 6053 }, - { 'id': 'activity-server-32', 'host': '172.16.4.171', 'port': 6054 }, + "activity": [ + { + "id": "activity-server-24", + "host": "172.16.4.171", + "port": 6051 + }, + { + "id": "activity-server-25", + "host": "172.16.4.171", + "port": 6052 + }, + { + "id": "activity-server-26", + "host": "172.16.4.171", + "port": 6053 + } ], - 'order': [ - { 'id': 'order-server-19', 'host': '172.16.4.171', 'port': 6061 }, - { 'id': 'order-server-20', 'host': '172.16.4.171', 'port': 6062 }, - ] -}; + "order": [ + { + "id": "order-server-19", + "host": "172.16.4.171", + "port": 6061 + }, + { + "id": "order-server-20", + "host": "172.16.4.171", + "port": 6062 + } + ], + "gm": [], + "systimer": [] +}; \ No newline at end of file