From b5b2062a43f4dcea296a271d826cac2ff193e3fc Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 22 Aug 2022 14:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4server=E5=88=86=E9=85=8D?= =?UTF-8?q?=EF=BC=8Cactivity=E4=B8=8D=E5=8F=AF=E6=94=BE=E4=BA=8E=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/servers.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index cc3533878..1b942a883 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -389,13 +389,13 @@ module.exports = { ], 'guild': [ { 'id': 'guild-server-1', 'host': '172.16.4.107', 'port': 6058 }, - { 'id': 'guild-server-2', 'host': '172.16.4.107', 'port': 6059 }, - { 'id': 'guild-server-3', 'host': '172.16.4.107', 'port': 6060 } + { 'id': 'guild-server-2', 'host': '172.16.4.107', 'port': 6059 } ], 'activity': [ { 'id': 'activity-server-1', 'host': '172.16.4.107', 'port': 6061 }, { 'id': 'activity-server-2', 'host': '172.16.4.107', 'port': 6062 }, { 'id': 'activity-server-3', 'host': '172.16.4.107', 'port': 6063 }, + { 'id': 'activity-server-3', 'host': '172.16.4.107', 'port': 6075 }, ], 'order': [ { 'id': 'order-server-1', 'host': '172.16.4.107', 'port': 6064 }, @@ -421,15 +421,11 @@ module.exports = { { 'id': 'battle-server-6', 'host': '172.16.4.121', 'port': 6071 }, ], 'guild': [ + { 'id': 'guild-server-3', 'host': '172.16.4.107', 'port': 6060 }, { 'id': 'guild-server-4', 'host': '172.16.4.121', 'port': 6072 }, { 'id': 'guild-server-5', 'host': '172.16.4.121', 'port': 6073 }, { 'id': 'guild-server-6', 'host': '172.16.4.121', 'port': 6074 } ], - 'activity': [ - { 'id': 'activity-server-4', 'host': '172.16.4.121', 'port': 6075 }, - { 'id': 'activity-server-5', 'host': '172.16.4.121', 'port': 6076 }, - { 'id': 'activity-server-6', 'host': '172.16.4.121', 'port': 6077 }, - ], 'order': [ { 'id': 'order-server-2', 'host': '172.16.4.121', 'port': 6078 }, ]