From afe96b9fa42703cb90c00015ea7f9738b5c562e5 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 7 Mar 2023 13:44:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test(gvg):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=9C=8D=E7=9A=84guild=E6=9C=8D=E6=9D=A1?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/servers.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index a2a5a428a..3cb52d66a 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -153,7 +153,10 @@ module.exports = { { 'id': 'systimer-server-1', 'host': '172.26.145.161', 'port': 6056, "args": " --inspect=9233" } ], 'guild': [ - { 'id': 'guild-server-1', 'host': '172.26.145.161', 'port': 6057, "args": " --inspect=9239" }, + { '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, "args": " --inspect=9241" },