Browse Source

Show SMTP_TLS in config sample (#4477)

pull/4/head
ScienJus 6 years ago
committed by Eugen Rochko
parent
commit
c3e355388a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .env.production.sample

+ 1
- 1
.env.production.sample View File

@ -69,7 +69,7 @@ SMTP_FROM_ADDRESS=notifications@example.com
#SMTP_CA_FILE=/etc/ssl/certs/ca-certificates.crt
#SMTP_OPENSSL_VERIFY_MODE=peer
#SMTP_ENABLE_STARTTLS_AUTO=true
#SMTP_TLS=true
# Optional user upload path and URL (images, avatars). Default is :rails_root/public/system. If you set this variable, you are responsible for making your HTTP server (eg. nginx) serve these files.
# PAPERCLIP_ROOT_PATH=/var/lib/mastodon/public-system

Loading…
Cancel
Save