✨ feat(config): 增加sq9服务器配置
This commit is contained in:
@@ -496,6 +496,75 @@ module.exports = {
|
||||
{ 'id': 'order-server-3', 'host': '172.16.4.127', 'port': 6080 },
|
||||
],
|
||||
},
|
||||
'sq9': {
|
||||
'connector': [
|
||||
{ 'id': 'connector-server-1', 'port': 4051, 'clientHost': 'sq9-game-yjz.yev242.com', 'host': '172.16.4.132', 'clientPort': 3051, 'frontend': true },
|
||||
{ 'id': 'connector-server-2', 'port': 4052, 'clientHost': 'sq9-game-yjz.yev242.com', 'host': '172.16.4.132', 'clientPort': 3052, 'frontend': true },
|
||||
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'sq9-game-yjz.yev242.com', 'host': '172.16.4.132', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' }
|
||||
],
|
||||
'chat': [
|
||||
{ 'id': 'chat-server-1', 'host': '172.16.4.132', 'port': 6071 },
|
||||
],
|
||||
'role': [
|
||||
{ 'id': 'role-server-1', 'host': '172.16.4.132', 'port': 6072 },
|
||||
{ 'id': 'role-server-2', 'host': '172.16.4.132', 'port': 6073 },
|
||||
{ 'id': 'role-server-3', 'host': '172.16.4.132', 'port': 6074 },
|
||||
],
|
||||
'battle': [
|
||||
{ 'id': 'battle-server-1', 'host': '172.16.4.132', 'port': 6075 },
|
||||
{ 'id': 'battle-server-2', 'host': '172.16.4.132', 'port': 6076 },
|
||||
],
|
||||
'guild': [
|
||||
{ 'id': 'guild-server-1', 'host': '172.16.4.132', 'port': 6077 },
|
||||
{ 'id': 'guild-server-2', 'host': '172.16.4.132', 'port': 6078 },
|
||||
{ 'id': 'guild-server-3', 'host': '172.16.4.132', 'port': 6079 }
|
||||
],
|
||||
'activity': [
|
||||
{ 'id': 'activity-server-1', 'host': '172.16.4.132', 'port': 6080 },
|
||||
{ 'id': 'activity-server-2', 'host': '172.16.4.132', 'port': 6081 },
|
||||
{ 'id': 'activity-server-3', 'host': '172.16.4.132', 'port': 6082 },
|
||||
],
|
||||
'order': [
|
||||
{ 'id': 'order-server-1', 'host': '172.16.4.132', 'port': 6083 },
|
||||
],
|
||||
'gm': [
|
||||
{ 'id': 'gm-server-1', 'host': '172.16.4.132', 'port': 6084 }
|
||||
],
|
||||
'systimer': [
|
||||
{ 'id': 'systimer-server-1', 'host': '172.16.4.132', 'port': 6056 }
|
||||
],
|
||||
},
|
||||
'sq10': {
|
||||
'connector': [
|
||||
{ 'id': 'connector-server-3', 'port': 4053, 'clientHost': 'sq10-game-yjz.yev242.com', 'host': '172.16.4.131', 'clientPort': 3053, 'frontend': true },
|
||||
{ 'id': 'connector-server-4', 'port': 4054, 'clientHost': 'sq10-game-yjz.yev242.com', 'host': '172.16.4.131', 'clientPort': 3054, 'frontend': true },
|
||||
{ 'id': 'connector-server-5', 'port': 4055, 'clientHost': 'sq10-game-yjz.yev242.com', 'host': '172.16.4.131', 'clientPort': 3055, 'frontend': true },
|
||||
],
|
||||
'chat': [
|
||||
{ 'id': 'chat-server-2', 'host': '172.16.4.131', 'port': 6060 },
|
||||
],
|
||||
'role': [
|
||||
{ 'id': 'role-server-3', 'host': '172.16.4.131', 'port': 6061 },
|
||||
{ 'id': 'role-server-4', 'host': '172.16.4.131', 'port': 6062 },
|
||||
{ 'id': 'role-server-5', 'host': '172.16.4.131', 'port': 6063 },
|
||||
],
|
||||
'battle': [
|
||||
{ 'id': 'battle-server-3', 'host': '172.16.4.131', 'port': 6064 },
|
||||
],
|
||||
'gm': [],
|
||||
'systimer': [],
|
||||
'guild': [
|
||||
{ 'id': 'guild-server-4', 'host': '172.16.4.131', 'port': 6065 },
|
||||
{ 'id': 'guild-server-5', 'host': '172.16.4.131', 'port': 6066 },
|
||||
{ 'id': 'guild-server-6', 'host': '172.16.4.131', 'port': 6067 },
|
||||
],
|
||||
'activity': [
|
||||
{ 'id': 'activity-server-4', 'host': '172.16.4.131', 'port': 6068 },
|
||||
],
|
||||
'order': [
|
||||
{ 'id': 'order-server-2', 'host': '172.16.4.131', 'port': 6069 },
|
||||
]
|
||||
},
|
||||
'sq4add': { // sq4=>sq7
|
||||
'connector': [],
|
||||
'chat': [],
|
||||
|
||||
Reference in New Issue
Block a user