aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-22 16:12:52 +0100
committerChocobozzz <me@florianbigard.com>2018-03-22 16:12:52 +0100
commitbebf2d89d335c48659d2e25cb9f6f8310e867fc5 (patch)
tree49548611f335073cd9988c4c5d87a113a1f65cc0 /config/default.yaml
parenta38b297d90a35abc8d5308f74eb2d2b64cef7c21 (diff)
downloadPeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.tar.gz
PeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.tar.zst
PeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.zip
Add option to disable starttls
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 48e5bd067..26fc5c128 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -25,6 +25,7 @@ smtp:
25 username: null 25 username: null
26 password: null 26 password: null
27 tls: true 27 tls: true
28 disable_starttls: false
28 ca_file: null # Used for self signed certificates 29 ca_file: null # Used for self signed certificates
29 from_address: 'admin@example.com' 30 from_address: 'admin@example.com'
30 31