22 lines
523 B
Plaintext
22 lines
523 B
Plaintext
TYPE=discourse
|
|
|
|
DOMAIN=discourse.example.com
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.discourse.example.com`'
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
# Outgoing email
|
|
#DISCOURSE_SMTP_HOST=
|
|
#DISCOURSE_SMTP_PORT=
|
|
#DISCOURSE_SMTP_USER=
|
|
#DISCOURSE_SMTP_PROTOCOL=
|
|
#DISCOURSE_SMTP_AUTH=
|
|
# Set this if you send e-mails from a different domain than noreply@$DOMAIN
|
|
#DISCOURSE_NOTIFICATION_EMAIL=$SMTP_USER
|
|
|
|
# SMTP authentication
|
|
#COMPOSE_FILE="compose.yml:compose.smtpauth.yml"
|
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|
|
|
|
SECRET_DB_PASSWORD_VERSION=v1
|