diff --git a/game-server/config/servers.ts b/game-server/config/servers.ts index c59e4f01c..a8fffc968 100644 --- a/game-server/config/servers.ts +++ b/game-server/config/servers.ts @@ -161,11 +161,11 @@ module.exports = { 'connector': [ { 'id': 'connector-server-1', 'port': 4050, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3050, 'frontend': true }, { 'id': 'connector-server-2', 'port': 4051, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3051, 'frontend': true }, - { 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true }, + // { 'id': 'connector-server-3', 'port': 4052, 'clientHost': 'zyz_isbn.trgame.cn', 'host': '127.0.0.1', 'clientPort': 3052, 'frontend': true }, ], 'chat': [ { 'id': 'chat-server-1', 'host': '127.0.0.1', 'port': 6050 }, - { 'id': 'chat-server-2', 'host': '127.0.0.1', 'port': 6051 }, + // { 'id': 'chat-server-2', 'host': '127.0.0.1', 'port': 6051 }, ], 'role': [ { 'id': 'role-server-1', 'host': '127.0.0.1', 'port': 6053 } @@ -191,7 +191,7 @@ 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': 6058, "args": " --inspect=9240" } + // { 'id': 'guild-server-2', 'host': '127.0.0.1', 'port': 6058, "args": " --inspect=9240" } ], 'activity': [ { 'id': 'activity-server-1', 'host': '127.0.0.1', 'port': 6059, "args": " --inspect=9241" },