Titan/discordbot/config.example.py

20 lines
578 B
Python
Raw Normal View History

2017-05-02 20:53:18 +02:00
config = {
'bot-token': "Discord bot token",
'database-uri': "driver://username:password@host:port/database",
2017-08-20 21:56:54 +02:00
'redis-uri': "redis://",
'titan-web-url': "https://titanembeds.com/",
2018-08-10 06:22:24 +02:00
'titan-web-app-secret': "app secret from the webapp config",
2018-01-05 10:21:25 +01:00
'discord-bots-org-token': "DiscordBots.org Post Stats Token",
2018-01-06 10:59:04 +01:00
'bots-discord-pw-token': "bots.discord.pw Post Stats Token",
'logging-location': "/home/titan/Titan/discordbot/titanbot.log",
"sentry-dsn": "Copy the dns string when creating a project on sentry",
}