22 lines
449 B
TypeScript
22 lines
449 B
TypeScript
module.exports = {
|
|
'development': {
|
|
'id': 'master-server-1',
|
|
'host': '127.0.0.1',
|
|
'port': 3005
|
|
},
|
|
'production': {
|
|
'id': 'master-server-1',
|
|
'host': '127.0.0.1',
|
|
'port': 3005
|
|
},
|
|
'alpha': {
|
|
'id': 'master-server-1',
|
|
'host': '127.0.0.1',
|
|
'port': 3005
|
|
},
|
|
'dev': {
|
|
'id': 'master-server-1',
|
|
'host': '127.0.0.1',
|
|
'port': 3005
|
|
}
|
|
}; |