-
Notifications
You must be signed in to change notification settings - Fork 1
/
game_prod.json
41 lines (41 loc) · 916 Bytes
/
game_prod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"version": "0.0.0.1",
"base_url": "http://localhost:",
"res_url": "http://www.17wyx8.com/%GAME_ENV",
"enable_session" : true,
"send_mail_on_error" : true,
"mongo": {
"server_url": "mongodb://mongo-host1:port,mongo-host2:port/express%PORT",
"server_opts": {"user":"username%PORT","pass":"password","config": { "autoIndex": false }},
},
"redis": {
"prefix": "express_",
"cluster": [
{
"port": 6380,
"host": "express-redis-cls01"
},
{
"port": 6380,
"host": "express-redis-cls02"
},
{
"port": 6381,
"host": "express-redis-cls03"
},
{
"port": 6381,
"host": "express-redis-cls01"
},
{
"port": 6381,
"host": "express-redis-cls02"
},
{
"port": 6381,
"host": "express-redis-cls03"
}
],
"cluster_mode": true
}
}