]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/docker/production/.env
Fix i18n in components
[github/Chocobozzz/PeerTube.git] / support / docker / production / .env
1 DB_USERNAME=postgres_user
2 DB_PASSWORD=postgres_password
3 PEERTUBE_WEBSERVER_HOSTNAME=my.domain.tld
4 PEERTUBE_WEBSERVER_PORT=443
5 PEERTUBE_WEBSERVER_HTTPS=true
6 PEERTUBE_SMTP_USERNAME=null
7 PEERTUBE_SMTP_PASSWORD=null
8 PEERTUBE_SMTP_HOSTNAME=null
9 PEERTUBE_SMTP_PORT=25
10 PEERTUBE_SMTP_FROM=noreply@peertube.domain.tld
11 PEERTUBE_SMTP_TLS="true"
12 # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\
13 #PEERTUBE_ADMIN_EMAIL=admin@domain.tld
14 #PEERTUBE_SIGNUP_ENABLED="true"
15 #PEERTUBE_TRANSCODING_ENABLED="true"