added discord oauth2 to get basic user info to complete profile when registering
This commit is contained in:
@@ -17,6 +17,12 @@ FLASK_DEBUG=true
|
||||
# Dicord_User_ID in the db / remove if you don't want discord notifs.
|
||||
DISCORD_BOT_TOKEN=my_discord_bot_token
|
||||
|
||||
# Discord OAuth2 Configuration (for "Connect Discord" on sign-up page)
|
||||
# Create an application at https://discord.com/developers/applications
|
||||
DISCORD_CLIENT_ID=
|
||||
DISCORD_CLIENT_SECRET=
|
||||
DISCORD_REDIRECT_URI=http://localhost:5000/auth/discord/callback
|
||||
|
||||
#where to find the db (hosted on render for now)
|
||||
DATABASE_URL=URI_vers_db_posgres
|
||||
|
||||
|
||||
Reference in New Issue
Block a user