Files
dev-notes/assets/files/traefik/.env.example
2025-12-06 13:41:33 -06:00

10 lines
400 B
Plaintext

CLOUDFLARE_API_KEY=your_cloudflare_api_key_here
CLOUDFLARE_EMAIL=your_cloudflare_email_here
# Gebnerate these secrets using openssl rand -hex 64
AUTHELIA_SESSION_SECRET=your_session_secret_here
AUTHELIA_STORAGE_ENCRYPTION_KEY=your_storage_encryption_key_here
AUTHELIA_JWT_SECRET=your_jwt_secret_here
AUTHELIA_NOTIFIER_USERNAME=your_email_here
AUTHELIA_NOTIFIER_PASSWORD=your_email_app_password_here