From cd069fcf6d13525a4897147f7e8cf0d7ba745bf0 Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 7 Jan 2022 19:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A9=E5=B1=95=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/servers.ts | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index 391f4972e..2d5905dce 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -266,9 +266,7 @@ module.exports = { { 'id': 'gate-server-1', 'host': '172.16.4.108', 'clientHost': 'sq1-game1-sgzyz.37wan.com', 'clientPort': 3014, 'frontend': true }, { 'id': 'gate-server-2', 'host': '172.16.4.108', 'clientHost': 'sq1-game1-sgzyz.37wan.com', 'clientPort': 3015, 'frontend': true } ], - 'gm': [ - { 'id': 'gm-server-1', 'host': '172.16.4.108', 'port': 6055 } - ], + 'gm': [], 'systimer': [ { 'id': 'systimer-server-1', 'host': '172.16.4.108', 'port': 6056 } ], @@ -285,12 +283,18 @@ module.exports = { }, 'sq2': { 'connector': [ - { 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'gm-sgzyz.37wan.com', 'host': '172.16.4.108', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' } + { 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'gm-sgzyz.37wan.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-4', 'port': 4053, 'clientHost': 'sq1-game2-sgzyz.37wan.com', 'host': '172.16.4.108', 'clientPort': 3053, 'frontend': true } + { 'id': 'connector-server-4', 'port': 4053, 'clientHost': 'sq1-game2-sgzyz.37wan.com', 'host': '172.16.4.106', 'clientPort': 3053, 'frontend': true } + ], + 'role': [ + { 'id': 'role-server-4', 'host': '172.16.4.106', 'port': 6063 }, ], }, };