Update Authelia configuration to use environment variables for secrets and remove deprecated settings
This commit is contained in:
@@ -13,6 +13,7 @@ ACME_EMAIL=admin@your-domain.com
|
||||
# Generate with: openssl rand -hex 32
|
||||
AUTHELIA_JWT_SECRET=your_jwt_secret_here_at_least_32_chars_generate_this
|
||||
AUTHELIA_SESSION_SECRET=your_session_secret_here_at_least_32_chars_generate_this
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY=your_storage_encryption_key_32+_chars
|
||||
|
||||
# SMTP Configuration for Authelia (optional)
|
||||
AUTHELIA_SMTP_HOST=smtp.gmail.com
|
||||
|
||||
Reference in New Issue
Block a user