This commit is contained in:
2026-01-12 21:44:30 -05:00
parent 75f4b93c4b
commit a69d704284
6 changed files with 13 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
# Flask app location (required for database migrations)
FLASK_APP=backend.app:create_app
# Flask secret key (optional in development, REQUIRED in production)
# Generate with: python3 -c "import secrets; print(secrets.token_hex(32))"
# SECRET_KEY=your-secret-key-here
# Authelia OIDC Configuration
# REQUIRED: Set these values to match your Authelia instance