39 lines
889 B
Plaintext
39 lines
889 B
Plaintext
TYPE=zammad
|
|
|
|
DOMAIN=zammad.example.com
|
|
TIMEOUT=600
|
|
ENABLE_BACKUPS=true
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.zammad.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
SECRET_DB_PASSWORD_VERSION=v1
|
|
SECRET_SMTP_PASSWORD_VERSION=v1
|
|
SECRET_ADMIN_PASSWORD_VERSION=v1
|
|
|
|
#RAILS_TRUSTED_PROXIES=['127.0.0.1', '::1', 'your-traefik_app']
|
|
## Initialization ##
|
|
PRODUCT_NAME="Support"
|
|
ORGANIZATION="Test Org"
|
|
# TIMEZONE="Europe/Berlin"
|
|
LOCALE="de-de"
|
|
|
|
ADMIN_EMAIL=admin@example.com
|
|
SMTP_HOST=mail.example.com
|
|
SMTP_LOGIN=user@example.com
|
|
SMTP_PORT=465
|
|
|
|
## SAML SSO ##
|
|
#SSO_PROVIDER_DOMAIN=authentik.example.com
|
|
#IDP_SSO_TARGET_URL=https://authentik.example.com/application/saml/zammad/sso/binding/init/
|
|
#IDP_SLO_SERVICE_URL=https://zammad.example.com/auth/saml/slo
|
|
|
|
|
|
## Zammad internal backups
|
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.backup.yml"
|
|
# BACKUP_TIME=03:00"
|
|
# HOLD_DAYS=10
|