Removed unused config

This commit is contained in:
Jeremy Zhang 2017-04-07 17:04:42 -07:00
parent ca770f3261
commit d12deb803d
2 changed files with 0 additions and 2 deletions

View File

@ -9,5 +9,4 @@ config = {
'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",
}

View File

@ -3,7 +3,6 @@ from requests_oauthlib import OAuth2Session
from titanembeds.utils import cache, make_guilds_cache_key
from flask import session, abort, url_for
redirect_url = config['app-base-url'] + "/user/callback"
authorize_url = "https://discordapp.com/api/oauth2/authorize"
token_url = "https://discordapp.com/api/oauth2/token"
avatar_base_url = "https://cdn.discordapp.com/avatars/"