Skip to content

Commit

Permalink
Blank instead of null for docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Jun 5, 2018
1 parent d18d647 commit d4d5853
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions support/docker/production/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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=[email protected]
PEERTUBE_SMTP_TLS="true"
PEERTUBE_SMTP_TLS=true
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
#[email protected]
#PEERTUBE_SIGNUP_ENABLED="true"
#PEERTUBE_TRANSCODING_ENABLED="true"
#PEERTUBE_SIGNUP_ENABLED=true
#PEERTUBE_TRANSCODING_ENABLED=true

0 comments on commit d4d5853

Please sign in to comment.