diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-22 16:12:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-22 16:12:52 +0100 |
commit | bebf2d89d335c48659d2e25cb9f6f8310e867fc5 (patch) | |
tree | 49548611f335073cd9988c4c5d87a113a1f65cc0 /support/docker | |
parent | a38b297d90a35abc8d5308f74eb2d2b64cef7c21 (diff) | |
download | PeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.tar.gz PeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.tar.zst PeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.zip |
Add option to disable starttls
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/production.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 9a6cb1094..fdcbeb5a0 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml | |||
@@ -28,6 +28,7 @@ smtp: | |||
28 | username: null | 28 | username: null |
29 | password: null | 29 | password: null |
30 | tls: true | 30 | tls: true |
31 | disable_starttls: false | ||
31 | ca_file: null # Used for self signed certificates | 32 | ca_file: null # Used for self signed certificates |
32 | from_address: 'admin@example.com' | 33 | from_address: 'admin@example.com' |
33 | 34 | ||