Fix problem with SMTP in default docker-compose setup
This commit is contained in:
parent
590924284c
commit
b427febb4d
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@ PEERTUBE_WEBSERVER_HTTPS=true
|
|||
# pass them as a comma separated array:
|
||||
PEERTUBE_TRUST_PROXY=["127.0.0.1"]
|
||||
#PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "192.168.1.0/24"]
|
||||
PEERTUBE_SMTP_USERNAME=
|
||||
PEERTUBE_SMTP_PASSWORD=
|
||||
#PEERTUBE_SMTP_USERNAME=
|
||||
#PEERTUBE_SMTP_PASSWORD=
|
||||
PEERTUBE_SMTP_HOSTNAME=postfix
|
||||
PEERTUBE_SMTP_PORT=25
|
||||
PEERTUBE_SMTP_FROM=noreply@domain.tld
|
||||
PEERTUBE_SMTP_TLS=true
|
||||
PEERTUBE_SMTP_TLS=false
|
||||
PEERTUBE_SMTP_DISABLE_STARTTLS=false
|
||||
PEERTUBE_ADMIN_EMAIL=admin@domain.tld
|
||||
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
|
||||
|
|
Loading…
Reference in a new issue