rallly/.env.sample

29 lines
710 B
Plaintext

TYPE=rallly
TIMEOUT=300
ENABLE_AUTO_UPDATE=true
DOMAIN=rallly.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.rallly.example.com`'
COMPOSE_FILE="compose.yml"
LETS_ENCRYPT_ENV=production
SECRET_SECRET_KEY_VERSION=v1
SECRET_DB_PASSWORD_VERSION=v1
SECRET_SMTP_PWD_VERSION=v1
SUPPORT_EMAIL=noreply@example.com
SMTP_HOST=mail.example.com
SMTP_PORT=465
SMTP_SECURE=true
SMTP_USER=noreply@example.com
#COMPOSE_FILE="$COMPOSE_FILE:compose.oidc.yml"
#OIDC_ENABLED=1
#OIDC_NAME= #The user-facing name of your provider as it will be shown on the login page
#OIDC_DISCOVERY_URL= #URL of the .well-known/openid-configuration endpoint for your OIDC provider
#OIDC_CLIENT_ID=
#SECRET_OIDC_CLIENT_SECRET_VERSION=v1