# Copy to .env on the deploy host. Never commit .env. TZ=Europe/Berlin # Optional: Authelia log level (info|debug|trace) # AUTHELIA_LOG_LEVEL=info # --- SMTP credentials (0012.de Plesk) --- # Authelia reads these from secret files (not from env): # secrets/smtp_username.txt e.g. auth@0012.de # secrets/smtp_password.txt # secrets/smtp_sender.txt e.g. Authelia # Create them on the server (see README). Keep this .env for your own notes if useful: SMTP_USER=auth@0012.de SMTP_PASSWORD= SMTP_SENDER=Authelia