diff --git a/config.example.py b/config.example.py new file mode 100644 index 0000000..012d2a3 --- /dev/null +++ b/config.example.py @@ -0,0 +1,13 @@ +config = { + # Create an app over here https://discordapp.com/developers/applications/me + # and fill these fields out + 'client-id': "Your app client id", + 'client-secret': "Your discord client secret", + 'bot-token': "Discord bot token", + + 'app-location': "/var/www/Titan/", + 'app-secret': "Type something random here, go wild.", + + 'database-uri': "driver://username:password@host:port/database", + 'app-base-url': "The base domain of the site", +}