-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.example.json
More file actions
37 lines (37 loc) · 806 Bytes
/
Copy pathconfig.example.json
File metadata and controls
37 lines (37 loc) · 806 Bytes
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
{
"MAIN": {
"MC_USERNAME": "",
"MC_PASSWORD": "",
"MC_SERVER": "",
"MC_PORT": 25565,
"MC_ONLINE": true,
"DISCORD_APP_TOKEN": "",
"LOG_LEVEL": "INFO",
"MESSAGE_DELAY": 1.5,
"FAILSAFE_RETRIES": 3,
"VANILLA_CHAT_MODE": false,
"ADMINS": [
283983554051047425
]
},
"AUTH_SERVER": {
"BIND_IP": "",
"PORT": 9822,
"DNS_WILDCARD": ""
},
"DATABASE": {
"CONNECTION_STRING": "sqlite:////data/db.sqlite"
},
"ELASTICSEARCH": {
"ENABLED": false,
"URL": "",
"AUTH": false,
"USERNAME": "",
"PASSWORD": ""
},
"DEBUGGING": {
"ENABLED": false,
"BIND_IP": "0.0.0.0",
"PORT": 5678
}
}