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 /config/test.yaml | |
parent | a38b297d90a35abc8d5308f74eb2d2b64cef7c21 (diff) | |
download | PeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.tar.gz PeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.tar.zst PeerTube-bebf2d89d335c48659d2e25cb9f6f8310e867fc5.zip |
Add option to disable starttls
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index b830a42e7..7e395db04 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -12,6 +12,7 @@ smtp: | |||
12 | hostname: null | 12 | hostname: null |
13 | port: 1025 | 13 | port: 1025 |
14 | tls: false | 14 | tls: false |
15 | disable_starttls: true | ||
15 | from_address: 'test-admin@localhost' | 16 | from_address: 'test-admin@localhost' |
16 | username: null | 17 | username: null |
17 | password: null | 18 | password: null |