1
0
Fork 0

Blank instead of null for docker env

This commit is contained in:
Chocobozzz 2018-06-05 14:04:51 +02:00
parent d18d64787b
commit d4d5853e65
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 6 deletions

View File

@ -3,13 +3,13 @@ DB_PASSWORD=postgres_password
PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld
PEERTUBE_WEBSERVER_PORT=443
PEERTUBE_WEBSERVER_HTTPS=true
PEERTUBE_SMTP_USERNAME=null
PEERTUBE_SMTP_PASSWORD=null
PEERTUBE_SMTP_HOSTNAME=null
PEERTUBE_SMTP_USERNAME=
PEERTUBE_SMTP_PASSWORD=
PEERTUBE_SMTP_HOSTNAME=
PEERTUBE_SMTP_PORT=25
PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld
PEERTUBE_SMTP_TLS="true"
PEERTUBE_SMTP_TLS=true
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
#PEERTUBE_ADMIN_EMAIL=admin@domain.tld
#PEERTUBE_SIGNUP_ENABLED="true"
#PEERTUBE_TRANSCODING_ENABLED="true"
#PEERTUBE_SIGNUP_ENABLED=true
#PEERTUBE_TRANSCODING_ENABLED=true