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" },