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",
|
2017-08-14 03:10:03 +02:00
|
|
|
|
|
|
|
# Rest API in https://developer.paypal.com/developer/applications
|
|
|
|
'paypal-client-id': "Paypal client id",
|
|
|
|
'paypal-client-secret': "Paypal client secret",
|
2017-03-26 11:30:16 +02:00
|
|
|
|
2017-05-02 20:37:24 +02:00
|
|
|
'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",
|
2017-08-20 21:56:54 +02:00
|
|
|
'redis-uri': "redis://",
|
|
|
|
'websockets-mode': "LITTERALLY None or eventlet or gevent",
|
2017-03-26 11:30:16 +02:00
|
|
|
}
|