diff options
author | Cara Salter <cara@devcara.com> | 2023-04-07 21:24:09 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-04-07 21:24:09 -0400 |
commit | acc7f305eedbfc6e05000c6bc72cd35bd1443452 (patch) | |
tree | ad6db312ce78cd1af0e6e82102346cb8e6203d85 /config.example.json | |
parent | c08cc6cbc9b041cacc78483df5f3062019471934 (diff) | |
download | 142bot-acc7f305eedbfc6e05000c6bc72cd35bd1443452.tar.gz 142bot-acc7f305eedbfc6e05000c6bc72cd35bd1443452.zip |
add example config
Change-Id: I5613b58487bdfe33c1dbc22852321c4bf4e7d3f1
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 |