Add missing secret versions
This commit is contained in:
@ -9,7 +9,11 @@ DOMAIN=ghost.example.com
|
||||
#EXTRA_DOMAINS=', `www.ghost.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
## Mail settings
|
||||
SECRET_DB_PASSWORD_VERSION=v1
|
||||
|
||||
SECRET_SMTP_PASSWORD_VERSION=v1
|
||||
|
||||
## Mail settings (mandatory)
|
||||
#MAIL_TRANSPORT=smtp
|
||||
#MAIL_FROM=admin@example.com
|
||||
#MAIL_OPTIONS_HOST=mail.example.com
|
||||
@ -19,4 +23,4 @@ LETS_ENCRYPT_ENV=production
|
||||
|
||||
## Matrix-Synapse-Redirection
|
||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
||||
# MATRIX_DOMAIN=matrix-synapse.example.com
|
||||
# MATRIX_DOMAIN=matrix-synapse.example.com
|
||||
|
||||
Reference in New Issue
Block a user