forked from coop-cloud/rauthy
31 lines
609 B
Plaintext
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
|