Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut authored and Chocobozzz committed Jun 5, 2018
1 parent f83e339 commit 632f981
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions support/docker/production/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ DB_USERNAME=postgres_user
DB_PASSWORD=postgres_password
PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld
PEERTUBE_WEBSERVER_PORT=443
PEERTUBE_WEBSERVER_HTTPS="true"
PEERTUBE_REDIS_HOSTNAME=redis
PEERTUBE_WEBSERVER_HTTPS=true
PEERTUBE_SMTP_USERNAME=null
PEERTUBE_SMTP_PASSWORD=null
PEERTUBE_SMTP_HOSTNAME=null
PEERTUBE_SMTP_PORT=25
PEERTUBE_SMTP_FROM=[email protected]
PEERTUBE_SMTP_TLS="true"
PEERTUBE_ADMIN_EMAIL=[email protected]
PEERTUBE_SIGNUP_ENABLED="true"
PEERTUBE_TRANSCODING_ENABLED="true"
# /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
#[email protected]
#PEERTUBE_SIGNUP_ENABLED="true"
#PEERTUBE_TRANSCODING_ENABLED="true"

0 comments on commit 632f981

Please sign in to comment.