mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-23 21:47:04 +01:00
Initial configuration example
This commit is contained in:
parent
6ddf1b41de
commit
27c6b7d396
13
config.example.py
Normal file
13
config.example.py
Normal file
@ -0,0 +1,13 @@
|
||||
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",
|
||||
|
||||
'app-location': "/var/www/Titan/",
|
||||
'app-secret': "Type something random here, go wild.",
|
||||
|
||||
'database-uri': "driver://username:password@host:port/database",
|
||||
'app-base-url': "The base domain of the site",
|
||||
}
|
Loading…
Reference in New Issue
Block a user