From acc7f305eedbfc6e05000c6bc72cd35bd1443452 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 7 Apr 2023 21:24:09 -0400 Subject: add example config Change-Id: I5613b58487bdfe33c1dbc22852321c4bf4e7d3f1 --- config.example.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.example.json (limited to 'config.example.json') 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 -- cgit v1.2.3