Titan/webapp/config.example.py

13 lines
428 B
Python
Raw Normal View History

2017-03-26 11:30:16 +02:00
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/webapp/",
2017-03-26 11:30:16 +02:00
'app-secret': "Type something random here, go wild.",
'database-uri': "driver://username:password@host:port/database",
}