2018-06-02 08:36:49 +02:00
|
|
|
DB_USERNAME=postgres_user
|
|
|
|
DB_PASSWORD=postgres_password
|
|
|
|
PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld
|
|
|
|
PEERTUBE_WEBSERVER_PORT=443
|
2018-06-04 14:45:58 +02:00
|
|
|
PEERTUBE_WEBSERVER_HTTPS=true
|
2018-06-05 14:04:51 +02:00
|
|
|
PEERTUBE_SMTP_USERNAME=
|
|
|
|
PEERTUBE_SMTP_PASSWORD=
|
|
|
|
PEERTUBE_SMTP_HOSTNAME=
|
2018-06-02 08:36:49 +02:00
|
|
|
PEERTUBE_SMTP_PORT=25
|
|
|
|
PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld
|
2018-06-05 14:04:51 +02:00
|
|
|
PEERTUBE_SMTP_TLS=true
|
2018-06-04 14:45:58 +02:00
|
|
|
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
|
|
|
|
#PEERTUBE_ADMIN_EMAIL=admin@domain.tld
|
2018-06-05 14:04:51 +02:00
|
|
|
#PEERTUBE_SIGNUP_ENABLED=true
|
|
|
|
#PEERTUBE_TRANSCODING_ENABLED=true
|