diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-30 13:27:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-30 13:27:07 +0100 |
commit | ecb4e35f4e6c7304cb274593c13cb47fd5078b75 (patch) | |
tree | 1e238002340bc521afde59d52f406e41298a7aac /config/production.yaml.example | |
parent | 80d1057bfcd3582af0dacf5ccd5a7a93ef95410b (diff) | |
download | PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.tar.gz PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.tar.zst PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.zip |
Add ability to reset our password
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index a2b332983..04354b75d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -20,6 +20,15 @@ redis: | |||
20 | port: 6379 | 20 | port: 6379 |
21 | auth: null | 21 | auth: null |
22 | 22 | ||
23 | smtp: | ||
24 | hostname: null | ||
25 | port: 465 | ||
26 | username: null | ||
27 | password: null | ||
28 | tls: true | ||
29 | ca_file: null # Used for self signed certificates | ||
30 | from_address: 'admin@example.com' | ||
31 | |||
23 | # From the project root directory | 32 | # From the project root directory |
24 | storage: | 33 | storage: |
25 | avatars: '/var/www/peertube/storage/avatars/' | 34 | avatars: '/var/www/peertube/storage/avatars/' |