From 38a4b097cb5e4618a805ad7de500cbce524d999a Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 10 Jan 2022 19:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9server=E6=9D=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/config/servers.ts | 16 +++++++++++++++- shared/pubUtils/dicParam.ts | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index a170502f1..b071a3210 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -250,6 +250,7 @@ module.exports = { { 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'sq1-game1-sgzyz.37wan.com', 'host': '172.16.4.108', 'clientPort': 3050, 'frontend': true }, { 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'sq1-game1-sgzyz.37wan.com', 'host': '172.16.4.108', 'clientPort': 3051, 'frontend': true }, { 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'sq1-game1-sgzyz.37wan.com', 'host': '172.16.4.108', 'clientPort': 3052, 'frontend': true }, + { 'id': 'connector-server-5', 'port': 4054, 'clientHost': 'sq1-game1-sgzyz.37wan.com', 'host': '172.16.4.108', 'clientPort': 3054, 'frontend': true }, ], 'chat': [ { 'id': 'chat-server-1', 'host': '172.16.4.108', 'port': 6050 }, @@ -272,7 +273,8 @@ module.exports = { { 'id': 'guild-server-2', 'host': '172.16.4.108', 'port': 6058, "args": " --inspect=9240" } ], 'activity': [ - { 'id': 'activity-server-1', 'host': '172.16.4.108', 'port': 6059, "args": " --inspect=9241" }, + { 'id': 'activity-server-1', 'host': '172.16.4.108', 'port': 6059 }, + { 'id': 'activity-server-2', 'host': '172.16.4.108', 'port': 6068 }, ], 'order': [ { 'id': 'order-server-1', 'host': '172.16.4.108', 'port': 6060, "args": " --inspect=9242" }, @@ -293,5 +295,17 @@ module.exports = { 'role': [ { 'id': 'role-server-4', 'host': '172.16.4.106', 'port': 6063 }, ], + 'chat': [ + { 'id': 'chat-server-2', 'host': '172.16.4.106', 'port': 6069 }, + ], + 'battle': [ + { 'id': 'battle-server-3', 'host': '172.16.4.106', 'port': 6070 }, + ], + 'guild': [ + { 'id': 'guild-server-3', 'host': '172.16.4.106', 'port': 6071 }, + ], + 'activity': [ + { 'id': 'activity-server-2', 'host': '172.16.4.106', 'port': 6072 }, + ], }, }; diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index c3f8011a6..25e7279f5 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -238,7 +238,7 @@ export const GK_MAINELITE = { GKMAINELITE_OPEN_CONDITION: 424, // 梦魇模式开启时间:通过某关卡id }; export const SERVER_DEBUG_MODE = { - CURRENT_TIME: 1, // 服务器是否打开推送时间debug模式 + CURRENT_TIME: 0, // 服务器是否打开推送时间debug模式 CHECK_WORD: 1, // 服务器是否打开屏蔽词校验debug模式 }; export const IS_SQ = {