修改server条数
This commit is contained in:
@@ -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 },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user