From fa088f5a16692f63935d6a0da96344441ce887b9 Mon Sep 17 00:00:00 2001 From: Noah Manscher Date: Fri, 11 Sep 2020 14:31:37 +0200 Subject: [PATCH] Add config example --- _config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _config.json diff --git a/_config.json b/_config.json new file mode 100644 index 0000000..0c0a0e5 --- /dev/null +++ b/_config.json @@ -0,0 +1,12 @@ +{ + "CLIENT_ID": "", + "CLIENT_SECRET": "", + "TOKEN": "", + "GUILD_ID": "", + + "PROTOCOL": "http", + "HOSTNAME": "localhost", + "LOGIN_PATH": "/login", + "CALLBACK_PATH": "/callback", + "PORT": 8080 +} \ No newline at end of file