Switch PeerTube SMTP config

This commit is contained in:
Joey Hafner 2022-04-05 08:50:41 -07:00
parent 508b83bc73
commit 5eac3d88d8

View File

@ -23,12 +23,12 @@ PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.80.0.0/16"]
# E-mail configuration
# If you use a Custom SMTP server
#PEERTUBE_SMTP_USERNAME=
#PEERTUBE_SMTP_PASSWORD=
PEERTUBE_SMTP_USERNAME=noreply@jafner.net
PEERTUBE_SMTP_PASSWORD=xygusaifgryapwqh
# Default to Postfix service name "postfix" in docker-compose.yml
# May be the hostname of your Custom SMTP server
PEERTUBE_SMTP_HOSTNAME=postfix
PEERTUBE_SMTP_PORT=25
PEERTUBE_SMTP_HOSTNAME=smtp.gmail.com
PEERTUBE_SMTP_PORT=465
PEERTUBE_SMTP_FROM=noreply@jafner.net
PEERTUBE_SMTP_TLS=false
PEERTUBE_SMTP_DISABLE_STARTTLS=false