修改环境变量使用
This commit is contained in:
@@ -4,13 +4,17 @@ module.exports = {
|
||||
'host': '127.0.0.1',
|
||||
'port': 3005
|
||||
},
|
||||
|
||||
'production': {
|
||||
'id': 'master-server-1',
|
||||
'host': '127.0.0.1',
|
||||
'port': 3005
|
||||
},
|
||||
'local': {
|
||||
'alpha': {
|
||||
'id': 'master-server-1',
|
||||
'host': '127.0.0.1',
|
||||
'port': 3005
|
||||
},
|
||||
'dev': {
|
||||
'id': 'master-server-1',
|
||||
'host': '127.0.0.1',
|
||||
'port': 3005
|
||||
|
||||
Reference in New Issue
Block a user