UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
examples
/
websocket-chat-ts-run
/
game-server
/
config
/
master.ts
15 lines
(12 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
} };