mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-25 01:18:20 -05:00
18 lines
628 B
Bash
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
|