diff options
Diffstat (limited to 'config.example.json')
-rw-r--r-- | config.example.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..015aaf4 --- /dev/null +++ b/config.example.json @@ -0,0 +1,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/" +}
\ No newline at end of file |