From: Chocobozzz Date: Mon, 28 May 2018 17:17:32 +0000 (+0200) Subject: Add disable_starttls configuration variable for docker X-Git-Tag: v1.0.0-beta.8~89 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=08806798d0bda29d12078d1b7ce999b1a7dae585;p=github%2FChocobozzz%2FPeerTube.git Add disable_starttls configuration variable for docker --- 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: tls: __name: "PEERTUBE_SMTP_TLS" __format: "json" + disable_starttls: + __name: "PEERTUBE_SMTP_DISABLE_STARTTLS" + __format: "json" from_address: "PEERTUBE_SMTP_FROM" admin: