aboutsummaryrefslogtreecommitdiff
path: root/config.example.json
blob: e184e51ec56a39a6cbd97fb460bf3ef11294497f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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/"
}