feat(config): 添加公测自营大区配置

This commit is contained in:
liangtongchuan
2023-04-11 17:44:03 +08:00
parent 94614cc96a
commit cbf2bd28f8
10 changed files with 581 additions and 3 deletions
+26 -1
View File
@@ -98,5 +98,30 @@ module.exports = {
'id': 'master-server-1',
'host': '172.16.4.126',
'port': 3005
}
},
'zy1': { // zy1 - zy5, env: zy1
'id': 'master-server-1',
'host': '172.16.4.140',
'port': 3005
},
'zy2': {
'id': 'master-server-1',
'host': '172.16.4.140',
'port': 3005
},
'zy3': {
'id': 'master-server-1',
'host': '172.16.4.140',
'port': 3005
},
'zy4': {
'id': 'master-server-1',
'host': '172.16.4.140',
'port': 3005
},
'zy5': {
'id': 'master-server-1',
'host': '172.16.4.140',
'port': 3005
},
};