forked from LakeYS/Dishorde
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.json
30 lines (28 loc) · 899 Bytes
/
config.example.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
{
"_comment": "Keep this file secure as it contains sensitive information.",
"_comment2": "If arguments are used in run.bat/run.sh, this config file will be ignored.",
"_comment3": "See README.md for the config documentation.",
"password": "changeme",
"token": "your_token_here",
"channel": "channelid",
"port": "8081",
"ip": "127.0.0.1",
"allow-exec-command": false,
"allow-links-from-game": false,
"allow-multiple-instances": false,
"disable-commands": false,
"disable-chatmsgs": false,
"disable-join-leave-gmsgs": false,
"disable-misc-gmsgs": false,
"disable-non-player-chatmsgs": true,
"show-private-chat": false,
"show-discord-bot-msgs": false,
"disable-status-updates": false,
"disable-version-check": false,
"hide-prefix": false,
"horde-frequency": "7",
"log-console": false,
"log-messages": false,
"log-telnet": false,
"prefix": "7d!"
}