From cef4012738010ce4a5b83236b9e553fec12daafd Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Tue, 2 May 2017 18:53:18 +0000 Subject: [PATCH] Inital Database configuration --- discordbot/config.example.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 discordbot/config.example.py diff --git a/discordbot/config.example.py b/discordbot/config.example.py new file mode 100644 index 0000000..7fda5e8 --- /dev/null +++ b/discordbot/config.example.py @@ -0,0 +1,5 @@ +config = { + 'bot-token': "Discord bot token", + + 'database-uri': "driver://username:password@host:port/database", +} \ No newline at end of file