40 lines
1006 B
Plaintext
40 lines
1006 B
Plaintext
TYPE=pdfding
|
|
|
|
DOMAIN=pdfding.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.pdfding.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
COMPOSE_FILE=compose.yml
|
|
|
|
SECRET_SECRET_KEY_VERSION=v1
|
|
|
|
# Default: FALSE (user signup is enabled)
|
|
#DISABLE_USER_SIGNUP=TRUE
|
|
|
|
# Email; see https://docs.pdfding.com/configuration/email/
|
|
#EMAIL_BACKEND=SMTP
|
|
#EMAIL_ADDRESS=noreply@example.com
|
|
#SMTP_HOST=smtp.example.com
|
|
#SMTP_PORT=587
|
|
#SMTP_USER=noreply@example.com
|
|
# NOTE: The following options are mutually exclusive, you must choose maximum 1 of them
|
|
#SMTP_USE_TLS=TRUE
|
|
#SMTP_USE_SSL
|
|
|
|
# If your SMTP server requires a password:
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp-password.yml"
|
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|
|
|
|
# OIDC single sign-on, see https://docs.pdfding.com/configuration/sso_oidc/
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.oidc.yml"
|
|
#OIDC_CLIENT_ID
|
|
#OIDC_AUTH_URL=https://auth.example.com/.well-known/openid-configuration
|
|
#OIDC_GROUPS_CLAIM
|
|
#OIDC_ADMIN_GROUP
|
|
#OIDC_EXTRA_SCOPE
|
|
#OIDC_ONLY=TRUE
|
|
#OIDC_PROVIDER_NAME
|