21 lines
566 B
Plaintext
21 lines
566 B
Plaintext
TYPE=ghost
|
|
|
|
DOMAIN=ghost.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.ghost.example.com`'
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
## Mail settings
|
|
#MAIL_TRANSPORT=smtp
|
|
#MAIL_FROM=admin@example.com
|
|
#MAIL_OPTIONS_HOST=mail.example.com
|
|
#MAIL_OPTIONS_PORT=587
|
|
#MAIL_OPTIONS_SECURE=false
|
|
#MAIL_OPTIONS_AUTH_USER=smtpuser@example.com
|
|
#MAIL_OPTIONS_AUTH_PASS=XXXX
|
|
|
|
## Matrix-Synapse-Redirection
|
|
# If you want to use Ghost on a TLD which you want to use as matrix server name as well
|
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
|
# MATRIX_DOMAIN=matrix-synapse.example.com |