aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorIsmaƫl Bouya <ismael.bouya@normalesup.org>2019-02-13 12:16:27 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-04-10 10:20:06 +0200
commited3f089cc78a2153b6fc194e2b9be762b8a939e9 (patch)
tree35380c68c14950659712f35fb0178929d4dc4e2c /config/default.yaml
parent4d9ae8f7cfce66ba0568a25c28034a2cad120444 (diff)
downloadPeerTube-ed3f089cc78a2153b6fc194e2b9be762b8a939e9.tar.gz
PeerTube-ed3f089cc78a2153b6fc194e2b9be762b8a939e9.tar.zst
PeerTube-ed3f089cc78a2153b6fc194e2b9be762b8a939e9.zip
Add sendmail
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 0b096cf8d..78995b4bc 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -52,6 +52,10 @@ redis:
52 db: 0 52 db: 0
53 53
54smtp: 54smtp:
55 # smtp or sendmail
56 transport: smtp
57 # Path to sendmail command. Required if you use sendmail transport
58 sendmail: null
55 hostname: null 59 hostname: null
56 port: 465 60 port: 465
57 username: null 61 username: null