blob: 015aaf4aadd775a6f09fe8e36b6b96fb07fb313a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"token": "bad-token",
"modules": [
"module_reactions.so",
"module_mmanager.so"
],
"owner": "changeme",
"postgres": {
"host": "localhost",
"port": 5432,
"user": "",
"pass": "",
"database": "142bot-devel"
},
"spotify": {
"secret": "changeme",
"id": "changeme"
},
"sentry_dsn": "",
"module_path": "./build/"
}
|