diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:22:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:22:01 +0200 |
commit | 7c58378a57a1540534b9fc47bf06c9f64a1ebc6b (patch) | |
tree | 176c062a799648aecd3e04dad48a205424bb90b6 /config/production.yaml.example | |
parent | 79a899410fdf6d7d4fcb22f05314c9ed3fc5d591 (diff) | |
download | PeerTube-7c58378a57a1540534b9fc47bf06c9f64a1ebc6b.tar.gz PeerTube-7c58378a57a1540534b9fc47bf06c9f64a1ebc6b.tar.zst PeerTube-7c58378a57a1540534b9fc47bf06c9f64a1ebc6b.zip |
email object -> email subject
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 17a1be502..267186e08 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -65,7 +65,7 @@ smtp: | |||
65 | email: | 65 | email: |
66 | body: | 66 | body: |
67 | signature: "PeerTube" | 67 | signature: "PeerTube" |
68 | object: | 68 | subject: |
69 | prefix: "[PeerTube]" | 69 | prefix: "[PeerTube]" |
70 | 70 | ||
71 | # From the project root directory | 71 | # From the project root directory |