From 73625c34cbe1dc1ee02f96a6ea74050e408b1752 Mon Sep 17 00:00:00 2001 From: luying Date: Wed, 20 Oct 2021 16:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E5=87=A0=E6=9D=A1=E8=BF=9B?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/servers.ts | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index ade64ecd2..2fc1d6c5b 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -94,13 +94,9 @@ module.exports = { 'alpha': { 'connector': [ { 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.159', 'clientPort': 3050, 'frontend': true }, - { 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.159', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_web.trgame.cn', 'host': '172.26.145.159', 'clientPort': 3052, 'frontend': true } ], 'chat': [ { 'id': 'chat-server-1', 'host': '172.26.145.159', 'port': 6050 }, - { 'id': 'chat-server-2', 'host': '172.26.145.159', 'port': 6051 }, - { 'id': 'chat-server-3', 'host': '172.26.145.159', 'port': 6052 } ], 'role': [ { 'id': 'role-server-1', 'host': '172.26.145.159', 'port': 6053 } @@ -109,14 +105,7 @@ module.exports = { { 'id': 'battle-server-1', 'host': '172.26.145.159', 'port': 6054 } ], 'gate': [ - { 'id': 'gate-server-1', 'host': '172.26.145.159', 'clientHost': 'zyz_web.trgame.cn', 'clientPort': 3014, 'frontend': true }, - { - 'id': 'gate-server-2', - 'host': '172.26.145.159', - 'clientHost': 'zyz_web.trgame.cn', - 'clientPort': 3015, - 'frontend': true - } + { 'id': 'gate-server-1', 'host': '172.26.145.159', 'clientHost': 'zyz_web.trgame.cn', 'clientPort': 3014, 'frontend': true } ], 'gm': [ { 'id': 'gm-server-1', 'host': '172.26.145.159', 'port': 6055 } @@ -126,7 +115,6 @@ module.exports = { ], 'guild': [ { 'id': 'guild-server-1', 'host': '172.26.145.159', 'port': 6057, "args": " --inspect=9239" }, - { 'id': 'guild-server-2', 'host': '172.26.145.159', 'port': 6058, "args": " --inspect=9240" } ], 'activity': [ { 'id': 'activity-server-1', 'host': '172.26.145.159', 'port': 6059, "args": " --inspect=9241" }, @@ -138,13 +126,9 @@ module.exports = { 'dev': { 'connector': [ { 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyzdev.trgame.cn', 'host': '172.26.145.161', 'clientPort': 3050, 'frontend': true, "args": " --inspect=9237" }, - { 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyzdev.trgame.cn', 'host': '172.26.145.161', 'clientPort': 3051, 'frontend': true, "args": " --inspect=9229" }, - { 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyzdev.trgame.cn', 'host': '172.26.145.161', 'clientPort': 3052, 'frontend': true, "args": " --inspect=9238" } ], 'chat': [ { 'id': 'chat-server-1', 'host': '172.26.145.161', 'port': 6050, "args": " --inspect=9234" }, - { 'id': 'chat-server-2', 'host': '172.26.145.161', 'port': 6051, "args": " --inspect=9235" }, - { 'id': 'chat-server-3', 'host': '172.26.145.161', 'port': 6052, "args": " --inspect=9236" } ], 'role': [ { 'id': 'role-server-1', 'host': '172.26.145.161', 'port': 6053, "args": " --inspect=9231" } @@ -154,14 +138,6 @@ module.exports = { ], 'gate': [ { 'id': 'gate-server-1', 'host': '172.26.145.161', 'clientHost': 'zyzdev.trgame.cn', 'clientPort': 3014, 'frontend': true, "args": " --inspect=9227" }, - { - 'id': 'gate-server-2', - 'host': '172.26.145.161', - 'clientHost': 'zyzdev.trgame.cn', - 'clientPort': 3015, - 'frontend': true, - "args": " --inspect=9228" - } ], 'gm': [ { 'id': 'gm-server-1', 'host': '127.0.0.1', 'port': 6055, "args": " --inspect=9232" } @@ -171,7 +147,6 @@ module.exports = { ], 'guild': [ { 'id': 'guild-server-1', 'host': '172.26.145.161', 'port': 6057, "args": " --inspect=9239" }, - { 'id': 'guild-server-2', 'host': '172.26.145.161', 'port': 6058, "args": " --inspect=9240" } ], 'activity': [ { 'id': 'activity-server-1', 'host': '172.26.145.161', 'port': 6059, "args": " --inspect=9241" },