diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:22:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:33:58 +0200 |
commit | 916937d7daf386e4e2d37b2ca22db07b644b02df (patch) | |
tree | 8c6ef486e18794048b95af0f7c5dff06ac932d62 /config | |
parent | 122dbb5705a4b9c5d495f13a41a29bc74a8e542d (diff) | |
download | PeerTube-916937d7daf386e4e2d37b2ca22db07b644b02df.tar.gz PeerTube-916937d7daf386e4e2d37b2ca22db07b644b02df.tar.zst PeerTube-916937d7daf386e4e2d37b2ca22db07b644b02df.zip |
email object -> email subject
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
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: | |||
64 | email: | 64 | email: |
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: | |||
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 |