Update app/.env.exemple
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Security Configuration
|
# Security Configuration
|
||||||
# Generate a secure random secret key: python -c "import secrets; print(secrets.token_hex(32))"
|
# Generate a secure random secret key: python -c "import secrets; print(secrets.token_hex(32))"
|
||||||
SECRET_KEY=65476749453935
|
SECRET_KEY=flask_app_secret_key
|
||||||
|
|
||||||
# Set to 'true' in production to enable secure cookies (requires HTTPS)
|
# Set to 'true' in production to enable secure cookies (requires HTTPS)
|
||||||
SESSION_COOKIE_SECURE=false
|
SESSION_COOKIE_SECURE=false
|
||||||
@@ -15,10 +15,10 @@ FLASK_DEBUG=true
|
|||||||
# Discord Bot Token (required for notifications)
|
# Discord Bot Token (required for notifications)
|
||||||
# This is the UdeS Esports BOT token, it will send notifications to people that have their
|
# This is the UdeS Esports BOT token, it will send notifications to people that have their
|
||||||
# Dicord_User_ID in the db / remove if you don't want discord notifs.
|
# Dicord_User_ID in the db / remove if you don't want discord notifs.
|
||||||
DISCORD_BOT_TOKEN=MTUyNzY3ODU3NjUyNTA1NDEyNQ.G1gPNQ.LeFVQAdgbeIFEetgXBuT1yyE4owPEP86Z_JBb8
|
DISCORD_BOT_TOKEN=my_discord_bot_token
|
||||||
|
|
||||||
#where to find the db (hosted on render for now)
|
#where to find the db (hosted on render for now)
|
||||||
DATABASE_URL=postgresql://team_tryouts_db_user:0YO038Od2QcQCsCTlNDAMOAOlcPGrIND@dpg-d9l53f9t0dsc73fqeieg-a.virginia-postgres.render.com/team_tryouts_db
|
DATABASE_URL=URI_vers_db_posgres
|
||||||
|
|
||||||
|
|
||||||
#Where the app will be hosted (corresponds to: localhost:5000 in local)
|
#Where the app will be hosted (corresponds to: localhost:5000 in local)
|
||||||
|
|||||||
Reference in New Issue
Block a user