Changed app for proxy and https++
This commit is contained in:
@@ -40,6 +40,7 @@ services:
|
||||
# Host binding (default: 0.0.0.0 for Docker)
|
||||
- FLASK_HOST=0.0.0.0
|
||||
|
||||
# Secret key for sessions (generate unique key for production)
|
||||
# Change this to a random string for better security
|
||||
- SECRET_KEY=malias-production-secret-key-change-me
|
||||
# Secret key for sessions - CRITICAL for multi-worker Gunicorn!
|
||||
# All workers must use the SAME secret key to decode session cookies
|
||||
# Generate with: python3 -c "import secrets; print(secrets.token_hex(32))"
|
||||
- SECRET_KEY=dca6920115b8bbc13c346c75d668a49849590c77d9baaf903296582f24ff816a
|
||||
Reference in New Issue
Block a user