2018-08-14 10:13:17 +02:00
|
|
|
PEERTUBE_DB_USERNAME=postgres_user
|
|
|
|
PEERTUBE_DB_PASSWORD=postgres_password
|
2018-06-11 10:09:00 +02:00
|
|
|
PEERTUBE_WEBSERVER_HOSTNAME=domain.tld
|
2018-06-02 08:36:49 +02:00
|
|
|
PEERTUBE_WEBSERVER_PORT=443
|
2018-06-04 14:45:58 +02:00
|
|
|
PEERTUBE_WEBSERVER_HTTPS=true
|
2018-10-22 19:11:01 +02:00
|
|
|
# If you need more than one IP as trust_proxy
|
|
|
|
# pass them as a comma separated array:
|
2019-05-21 12:25:00 +02:00
|
|
|
PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.18.0.0/16"]
|
2019-03-08 15:38:22 +01:00
|
|
|
#PEERTUBE_SMTP_USERNAME=
|
|
|
|
#PEERTUBE_SMTP_PASSWORD=
|
2018-11-21 15:35:26 +01:00
|
|
|
PEERTUBE_SMTP_HOSTNAME=postfix
|
2018-06-02 08:36:49 +02:00
|
|
|
PEERTUBE_SMTP_PORT=25
|
2018-06-11 10:09:00 +02:00
|
|
|
PEERTUBE_SMTP_FROM=noreply@domain.tld
|
2019-03-08 15:38:22 +01:00
|
|
|
PEERTUBE_SMTP_TLS=false
|
2018-06-27 08:54:24 +02:00
|
|
|
PEERTUBE_SMTP_DISABLE_STARTTLS=false
|
2018-06-11 10:09:00 +02:00
|
|
|
PEERTUBE_ADMIN_EMAIL=admin@domain.tld
|
2018-06-04 14:45:58 +02:00
|
|
|
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
|
2018-06-05 14:04:51 +02:00
|
|
|
#PEERTUBE_SIGNUP_ENABLED=true
|
|
|
|
#PEERTUBE_TRANSCODING_ENABLED=true
|
2019-01-09 15:14:29 +01:00
|
|
|
#PEERTUBE_CONTACT_FORM_ENABLED=true
|