13 lines
242 B
TypeScript
13 lines
242 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
|
|
}
|
|
}; |