Titan/discordbot/config.example.py
2018-08-10 04:22:24 +00:00

20 lines
578 B
Python

config = {
'bot-token': "Discord bot token",
'database-uri': "driver://username:password@host:port/database",
'redis-uri': "redis://",
'titan-web-url': "https://titanembeds.com/",
'titan-web-app-secret': "app secret from the webapp config",
'discord-bots-org-token': "DiscordBots.org Post Stats Token",
'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",
}