扩展部署

This commit is contained in:
luying
2022-01-07 19:54:12 +08:00
parent f15b6319e3
commit cd069fcf6d

View File

@@ -266,9 +266,7 @@ module.exports = {
{ 'id': 'gate-server-1', 'host': '172.16.4.108', 'clientHost': 'sq1-game1-sgzyz.37wan.com', 'clientPort': 3014, 'frontend': true },
{ 'id': 'gate-server-2', 'host': '172.16.4.108', 'clientHost': 'sq1-game1-sgzyz.37wan.com', 'clientPort': 3015, 'frontend': true }
],
'gm': [
{ 'id': 'gm-server-1', 'host': '172.16.4.108', 'port': 6055 }
],
'gm': [],
'systimer': [
{ 'id': 'systimer-server-1', 'host': '172.16.4.108', 'port': 6056 }
],
@@ -285,12 +283,18 @@ module.exports = {
},
'sq2': {
'connector': [
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'gm-sgzyz.37wan.com', 'host': '172.16.4.108', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' }
{ 'id': 'connector-server-gm', 'port': 4099, 'clientHost': 'gm-sgzyz.37wan.com', 'host': '172.16.4.109', 'clientPort': 3099, 'frontend': true, 'isGM': 'true' }
],
'gm': [
{ 'id': 'gm-server-1', 'host': '172.16.4.109', 'port': 6055 }
],
},
'sq3': {
'connector': [
{ 'id': 'connector-server-4', 'port': 4053, 'clientHost': 'sq1-game2-sgzyz.37wan.com', 'host': '172.16.4.108', 'clientPort': 3053, 'frontend': true }
{ 'id': 'connector-server-4', 'port': 4053, 'clientHost': 'sq1-game2-sgzyz.37wan.com', 'host': '172.16.4.106', 'clientPort': 3053, 'frontend': true }
],
'role': [
{ 'id': 'role-server-4', 'host': '172.16.4.106', 'port': 6063 },
],
},
};