]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add disable_starttls configuration variable for docker
authorChocobozzz <me@florianbigard.com>
Mon, 28 May 2018 17:17:32 +0000 (19:17 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 28 May 2018 17:17:32 +0000 (19:17 +0200)
support/docker/production/config/custom-environment-variables.yaml

index e157aaea9ac29b50ba80a9fc6f8cd5ef194ae22e..831c6d1fb3ea7128a02019a7416ca53d805d8a52 100644 (file)
@@ -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: