diff options
Diffstat (limited to 'support')
-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: |