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",
}
