diff options
author | Yohan Boniface <yb@enix.org> | 2019-05-17 14:10:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-17 14:10:19 +0200 |
commit | b5bfadf0b5365481179936fd3058134fd8be8e18 (patch) | |
tree | 2f6a0ffec342680d2c05af3e0b1494e1d6bd68c2 /config | |
parent | 3daaa1927474869f8dbaddd6b94b4c071e314e10 (diff) | |
download | PeerTube-b5bfadf0b5365481179936fd3058134fd8be8e18.tar.gz PeerTube-b5bfadf0b5365481179936fd3058134fd8be8e18.tar.zst PeerTube-b5bfadf0b5365481179936fd3058134fd8be8e18.zip |
Allow to control emails prefix and signature with config (#1789)
* Allow to control emails prefix and signature with config
* Adapt email config according to @Chocobozzz review
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 37ef4366f..27952d048 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -53,6 +53,12 @@ smtp: | |||
53 | ca_file: null # Used for self signed certificates | 53 | ca_file: null # Used for self signed certificates |
54 | from_address: 'admin@example.com' | 54 | from_address: 'admin@example.com' |
55 | 55 | ||
56 | email: | ||
57 | body: | ||
58 | signature: "PeerTube" | ||
59 | object: | ||
60 | prefix: "[PeerTube]" | ||
61 | |||
56 | # From the project root directory | 62 | # From the project root directory |
57 | storage: | 63 | storage: |
58 | tmp: 'storage/tmp/' # Used to download data (imports etc), store uploaded files before processing... | 64 | tmp: 'storage/tmp/' # Used to download data (imports etc), store uploaded files before processing... |