aboutsummaryrefslogblamecommitdiff
path: root/config.example.json
blob: 90681f3074b083ee7814a6ed1024245d3b919c19 (plain) (tree)
1
2
3
4
5
6
7
8






                              
                             











                                  

                                                              
 
{
    "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"
}