1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"token": "bad-token",
"modules": [
"module_reactions.so",
"module_mmanager.so"
],
"owner": "changeme",
"main_guild": "changeme",
"postgres": {
"host": "localhost",
"port": 5432,
"user": "",
"pass": "",
"database": "142bot-devel"
},
"spotify": {
"secret": "changeme",
"id": "changeme"
},
"sentry_dsn": "",
"module_path": "./build/",
"stoplight_base": "http://stoplight.onefortytwo.life:8000"
}
|