1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-25 01:38:20 -05:00
peertube.social/.env
2019-03-11 15:28:12 +01:00

18 lines
628 B
Bash

PEERTUBE_DB_USERNAME=peertube
PEERTUBE_DB_PASSWORD=WBUe8qGIIQFUIkcg
PEERTUBE_WEBSERVER_HOSTNAME=testing.peertube.social
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
PEERTUBE_SMTP_FROM=info@testing.peertube.social
PEERTUBE_SMTP_TLS=false
#PEERTUBE_SMTP_DISABLE_STARTTLS=false
PEERTUBE_ADMIN_EMAIL=info@testing.peertube.social