From 740ff2405b2b04db5eae518986690a1743123f40 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 6 Mar 2023 13:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20test(=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95=E6=9C=8D=E7=9A=84server?= =?UTF-8?q?=E6=9D=A1=E6=95=B0=E6=B5=8Bgvg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/servers.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index b3fd08043..a2a5a428a 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -41,6 +41,9 @@ module.exports = { ], 'guild': [ { 'id': 'guild-server-1', 'host': '127.0.0.1', 'port': 6057, "args": " --inspect=9239" }, + { 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6061, "args": " --inspect=9243" }, + { 'id': 'guild-server-3', 'host': '127.0.0.1', 'port': 6062, "args": " --inspect=9244" }, + { 'id': 'guild-server-4', 'host': '127.0.0.1', 'port': 6063, "args": " --inspect=9245" }, ], 'activity': [ { 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" }, @@ -115,7 +118,10 @@ module.exports = { { 'id': 'systimer-server-1', 'host': '172.26.145.159', 'port': 6056 } ], 'guild': [ - { 'id': 'guild-server-1', 'host': '172.26.145.159', 'port': 6057, "args": " --inspect=9239" }, + { 'id': 'guild-server-1', 'host': '172.26.145.159', 'port': 6061, "args": " --inspect=9239" }, + { 'id': 'guild-server-2', 'host': '172.26.145.159', 'port': 6062, "args": " --inspect=9239" }, + { 'id': 'guild-server-3', 'host': '172.26.145.159', 'port': 6063, "args": " --inspect=9239" }, + { 'id': 'guild-server-4', 'host': '172.26.145.159', 'port': 6064, "args": " --inspect=9239" }, ], 'activity': [ { 'id': 'activity-server-1', 'host': '172.26.145.159', 'port': 6059, "args": " --inspect=9241" },