2017-05-02 20:53:18 +02:00
|
|
|
config = {
|
|
|
|
'bot-token': "Discord bot token",
|
|
|
|
|
|
|
|
'database-uri': "driver://username:password@host:port/database",
|
2017-06-13 04:36:38 +02:00
|
|
|
|
2017-08-20 21:56:54 +02:00
|
|
|
'redis-uri': "redis://",
|
|
|
|
|
2018-08-10 06:13:56 +02:00
|
|
|
'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",
|
|
|
|
|
2017-09-07 21:05:58 +02:00
|
|
|
'logging-location': "/home/titan/Titan/discordbot/titanbot.log",
|
2018-07-30 03:26:54 +02:00
|
|
|
|
|
|
|
"sentry-dsn": "Copy the dns string when creating a project on sentry",
|
2017-09-07 21:05:58 +02:00
|
|
|
}
|