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 }, ], }, };