diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-28 19:17:32 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-28 19:17:32 +0200 |
commit | 08806798d0bda29d12078d1b7ce999b1a7dae585 (patch) | |
tree | 5e6d8b210ecf9c6e11e49f93369dd028e2adefd9 /support/docker | |
parent | 53a613171e5d3e2d31c04d85ed883dd9a37cf1fb (diff) | |
download | PeerTube-08806798d0bda29d12078d1b7ce999b1a7dae585.tar.gz PeerTube-08806798d0bda29d12078d1b7ce999b1a7dae585.tar.zst PeerTube-08806798d0bda29d12078d1b7ce999b1a7dae585.zip |
Add disable_starttls configuration variable for docker
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/custom-environment-variables.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index e157aaea9..831c6d1fb 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml | |||
@@ -33,6 +33,9 @@ smtp: | |||
33 | tls: | 33 | tls: |
34 | __name: "PEERTUBE_SMTP_TLS" | 34 | __name: "PEERTUBE_SMTP_TLS" |
35 | __format: "json" | 35 | __format: "json" |
36 | disable_starttls: | ||
37 | __name: "PEERTUBE_SMTP_DISABLE_STARTTLS" | ||
38 | __format: "json" | ||
36 | from_address: "PEERTUBE_SMTP_FROM" | 39 | from_address: "PEERTUBE_SMTP_FROM" |
37 | 40 | ||
38 | admin: | 41 | admin: |