调整server分配,activity不可放于扩展服

This commit is contained in:
luying
2022-08-22 14:05:14 +08:00
parent 6443492d6d
commit b5b2062a43

View File

@@ -389,13 +389,13 @@ module.exports = {
],
'guild': [
{ 'id': 'guild-server-1', 'host': '172.16.4.107', 'port': 6058 },
{ 'id': 'guild-server-2', 'host': '172.16.4.107', 'port': 6059 },
{ 'id': 'guild-server-3', 'host': '172.16.4.107', 'port': 6060 }
{ 'id': 'guild-server-2', 'host': '172.16.4.107', 'port': 6059 }
],
'activity': [
{ 'id': 'activity-server-1', 'host': '172.16.4.107', 'port': 6061 },
{ 'id': 'activity-server-2', 'host': '172.16.4.107', 'port': 6062 },
{ 'id': 'activity-server-3', 'host': '172.16.4.107', 'port': 6063 },
{ 'id': 'activity-server-3', 'host': '172.16.4.107', 'port': 6075 },
],
'order': [
{ 'id': 'order-server-1', 'host': '172.16.4.107', 'port': 6064 },
@@ -421,15 +421,11 @@ module.exports = {
{ 'id': 'battle-server-6', 'host': '172.16.4.121', 'port': 6071 },
],
'guild': [
{ 'id': 'guild-server-3', 'host': '172.16.4.107', 'port': 6060 },
{ 'id': 'guild-server-4', 'host': '172.16.4.121', 'port': 6072 },
{ 'id': 'guild-server-5', 'host': '172.16.4.121', 'port': 6073 },
{ 'id': 'guild-server-6', 'host': '172.16.4.121', 'port': 6074 }
],
'activity': [
{ 'id': 'activity-server-4', 'host': '172.16.4.121', 'port': 6075 },
{ 'id': 'activity-server-5', 'host': '172.16.4.121', 'port': 6076 },
{ 'id': 'activity-server-6', 'host': '172.16.4.121', 'port': 6077 },
],
'order': [
{ 'id': 'order-server-2', 'host': '172.16.4.121', 'port': 6078 },
]