系统:分布式部署

This commit is contained in:
luying
2021-08-11 12:00:55 +08:00
parent c91131b263
commit 8677c570e0
3 changed files with 25 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
},
'alpha': {
'id': 'master-server-1',
'host': '127.0.0.1',
'host': '172.26.145.159',
'port': 3005
},
'dev': {
@@ -31,7 +31,7 @@ module.exports = {
},
'distribute': {
'id': 'master-server-1',
'host': '172.26.145.161',
'host': '172.26.145.159',
'port': 3005
}
};