aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-08-22 10:22:01 +0200
committerChocobozzz <me@florianbigard.com>2019-08-22 10:22:01 +0200
commit7c58378a57a1540534b9fc47bf06c9f64a1ebc6b (patch)
tree176c062a799648aecd3e04dad48a205424bb90b6 /config/production.yaml.example
parent79a899410fdf6d7d4fcb22f05314c9ed3fc5d591 (diff)
downloadPeerTube-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.example2
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:
65email: 65email:
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