-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json.example
43 lines (43 loc) · 1.07 KB
/
config.json.example
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
42
43
{
"processBalanceChanges": false,
"balanceChanges": {
"owner": "beyond-all-reason",
"repo": "Beyond-All-Reason",
"auth": "disabled-not-used",
"pollIntervalMs": 1800000
},
"db": {
"host": "172.17.0.2",
"port": 5432,
"username": "postgres",
"password": "postgres",
"createSchemaDiagram": false,
"logSQL": false,
"alterDbSchema": false,
"syncModel": true,
"initMemoryStore": true
},
"redis": {
"host": "172.17.0.3",
"port": 6379
},
"lobby": {
"host": "server4.beyondallreason.info",
"port": 8200,
"username": "non-existing-user",
"password": "invalid-password",
"lobbySignature": "BARDB",
"verbose": true,
"stayConnected": false
},
"maplists": {
"googleSheetsId": "invalid-id",
"googleSheetsAPIKey": "invalid-key"
},
"mapsDir": "maps",
"demosDir": "demos",
"storeDemos": "internal",
"storeMaps": "internal",
"apiPort": 3001,
"verbose": true
}