aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml2
-rw-r--r--config/production.yaml.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml
index b7a433b99..dfba23f59 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -64,7 +64,7 @@ smtp:
64email: 64email:
65 body: 65 body:
66 signature: "PeerTube" 66 signature: "PeerTube"
67 object: 67 subject:
68 prefix: "[PeerTube]" 68 prefix: "[PeerTube]"
69 69
70# From the project root directory 70# From the project root directory
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