Switch PeerTube SMTP config
This commit is contained in:
parent
f1fec09d71
commit
6e444668b1
@ -23,12 +23,12 @@ PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.80.0.0/16"]
|
|||||||
|
|
||||||
# E-mail configuration
|
# E-mail configuration
|
||||||
# If you use a Custom SMTP server
|
# If you use a Custom SMTP server
|
||||||
#PEERTUBE_SMTP_USERNAME=
|
PEERTUBE_SMTP_USERNAME=noreply@jafner.net
|
||||||
#PEERTUBE_SMTP_PASSWORD=
|
PEERTUBE_SMTP_PASSWORD=xygusaifgryapwqh
|
||||||
# Default to Postfix service name "postfix" in docker-compose.yml
|
# Default to Postfix service name "postfix" in docker-compose.yml
|
||||||
# May be the hostname of your Custom SMTP server
|
# May be the hostname of your Custom SMTP server
|
||||||
PEERTUBE_SMTP_HOSTNAME=postfix
|
PEERTUBE_SMTP_HOSTNAME=smtp.gmail.com
|
||||||
PEERTUBE_SMTP_PORT=25
|
PEERTUBE_SMTP_PORT=465
|
||||||
PEERTUBE_SMTP_FROM=noreply@jafner.net
|
PEERTUBE_SMTP_FROM=noreply@jafner.net
|
||||||
PEERTUBE_SMTP_TLS=false
|
PEERTUBE_SMTP_TLS=false
|
||||||
PEERTUBE_SMTP_DISABLE_STARTTLS=false
|
PEERTUBE_SMTP_DISABLE_STARTTLS=false
|
||||||
|
Loading…
Reference in New Issue
Block a user