1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-25 00:28:23 -05:00
peertube.social/templates/env.j2

13 lines
370 B
Plaintext
Raw Permalink Normal View History

2019-04-10 15:43:16 -04:00
PEERTUBE_WEBSERVER_HOSTNAME={{ domain }}
PEERTUBE_WEBSERVER_PORT=443
PEERTUBE_WEBSERVER_HTTPS=true
PEERTUBE_TRUST_PROXY=["127.0.0.1", "172.18.0.0/16"]
2019-04-10 15:43:16 -04:00
PEERTUBE_SMTP_HOSTNAME=postfix
PEERTUBE_SMTP_PORT=25
PEERTUBE_SMTP_FROM=info@{{ domain }}
PEERTUBE_SMTP_TLS=false
PEERTUBE_ADMIN_EMAIL=info@{{ domain }}
2019-04-18 20:57:19 -04:00
POSTGRES_USER=peertube
2019-04-10 15:43:16 -04:00
POSTGRES_PASSWORD={{ postgres_password }}