# Authelia secrets — generate values with: # openssl rand -hex 32 (for JWT and session secrets) # openssl rand -hex 16 (for storage encryption key) AUTHELIA_JWT_SECRET= AUTHELIA_SESSION_SECRET= AUTHELIA_STORAGE_ENCRYPTION_KEY=