Files
rauthy/.env.sample
2026-03-22 22:48:26 -04:00

31 lines
609 B
Plaintext

TYPE=rauthy
DOMAIN=rauthy.example.com
LETS_ENCRYPT_ENV=production
ENABLE_BACKUPS=true
COMPOSE_FILE="compose.yml"
# See https://sebadob.github.io/rauthy/config/config.html
ADMIN_EMAIL=admin@example.org
ADMIN_FORCE_MFA=true
LOG_LEVEL=info
SECRET_ENC_KEYS_A_VERSION=a1 # generate=false
SECRET_ENC_KEYS_B_VERSION=b1 # generate=false
ENC_KEY_ACTIVE="a1"
SECRET_HQL_RAFT_VERSION=v1
SECRET_HQL_API_VERSION=v1
# SMTP
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
#SMTP_ENABLED=1
#EMAIL_SUB_PREFIX="Rauthy IAM"
#SMTP_URL=
#SMTP_FROM=
#SMTP_USERNAME=
#SECRET_SMTP_PASSWORD_VERSION=v1
#SMTP_STARTTLS_ONLY=true