aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-30 13:27:07 +0100
committerChocobozzz <me@florianbigard.com>2018-01-30 13:27:07 +0100
commitecb4e35f4e6c7304cb274593c13cb47fd5078b75 (patch)
tree1e238002340bc521afde59d52f406e41298a7aac /config/default.yaml
parent80d1057bfcd3582af0dacf5ccd5a7a93ef95410b (diff)
downloadPeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.tar.gz
PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.tar.zst
PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.zip
Add ability to reset our password
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml
index fd04b5ce6..691c9e00b 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -19,6 +19,15 @@ redis:
19 port: 6379 19 port: 6379
20 auth: null 20 auth: null
21 21
22smtp:
23 hostname: null
24 port: 465
25 username: null
26 password: null
27 tls: true
28 ca_file: null # Used for self signed certificates
29 from_address: 'admin@example.com'
30
22# From the project root directory 31# From the project root directory
23storage: 32storage:
24 avatars: 'storage/avatars/' 33 avatars: 'storage/avatars/'
@@ -37,7 +46,7 @@ cache:
37 size: 1 # Max number of previews you want to cache 46 size: 1 # Max number of previews you want to cache
38 47
39admin: 48admin:
40 email: 'admin@example.com' 49 email: 'admin@example.com' # Your personal email as administrator
41 50
42signup: 51signup:
43 enabled: false 52 enabled: false