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:33:58 +0200
commit916937d7daf386e4e2d37b2ca22db07b644b02df (patch)
tree8c6ef486e18794048b95af0f7c5dff06ac932d62 /config/production.yaml.example
parent122dbb5705a4b9c5d495f13a41a29bc74a8e542d (diff)
downloadPeerTube-916937d7daf386e4e2d37b2ca22db07b644b02df.tar.gz
PeerTube-916937d7daf386e4e2d37b2ca22db07b644b02df.tar.zst
PeerTube-916937d7daf386e4e2d37b2ca22db07b644b02df.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