2019-03-14 20:26:19 -04:00
|
|
|
PEERTUBE_WEBSERVER_HOSTNAME=peertube.social
|
2019-03-11 10:28:12 -04:00
|
|
|
PEERTUBE_WEBSERVER_PORT=443
|
|
|
|
PEERTUBE_WEBSERVER_HTTPS=true
|
|
|
|
PEERTUBE_TRUST_PROXY=["127.0.0.1"]
|
|
|
|
# If you need more than one IP as trust_proxy
|
|
|
|
# pass them as a comma separated array:
|
|
|
|
#PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "192.168.1.0/24"]
|
|
|
|
#PEERTUBE_SMTP_USERNAME=
|
|
|
|
#PEERTUBE_SMTP_PASSWORD=
|
|
|
|
PEERTUBE_SMTP_HOSTNAME=postfix
|
|
|
|
PEERTUBE_SMTP_PORT=25
|
2019-03-14 20:26:19 -04:00
|
|
|
PEERTUBE_SMTP_FROM=info@peertube.social
|
2019-03-11 10:28:12 -04:00
|
|
|
PEERTUBE_SMTP_TLS=false
|
|
|
|
#PEERTUBE_SMTP_DISABLE_STARTTLS=false
|
2019-03-14 20:26:19 -04:00
|
|
|
PEERTUBE_ADMIN_EMAIL=info@peertube.social
|
|
|
|
|
|
|
|
# this will override the config value
|
|
|
|
#PEERTUBE_DB_USERNAME=peertube
|
|
|
|
#PEERTUBE_DB_PASSWORD=WBUe8qGIIQFUIkcg
|