diff options
author | ScienJus <i@scienjus.com> | 2017-08-01 21:00:29 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-01 15:00:29 +0200 |
commit | c3e355388a007a60ad23c39ab820e0a6ec7ec6d7 (patch) | |
tree | 42cb0920eb60bfafef0a3630d2ef1fa018db38c6 | |
parent | d4c4820c03a081ef182407c2db16f27d0420335e (diff) |
Show SMTP_TLS in config sample (#4477)
-rw-r--r-- | .env.production.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index eb1c5a48f..1d8a177aa 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -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 |