Update app/.env.exemple
CI - Security & Lint / Security Audit (push) Has been cancelled
CI - Security & Lint / Lint with Ruff (push) Has been cancelled
CI - Security & Lint / Security Scan (push) Has been cancelled
CI - Security & Lint / Tests (push) Has been cancelled

This commit is contained in:
2026-08-02 18:36:54 -04:00
parent d6fe505628
commit fd258de8c9
+3 -3
View File
@@ -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)