diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-08-26 09:19:50 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-08-26 09:19:58 +0200 |
commit | 62ccb24e24fd6701c7cdc967336ed146d12236ec (patch) | |
tree | b2fd03603b6c6bb4d0319d2343ff5827ff186924 /config/production.yaml.example | |
parent | 3482688cce11495b51970f680f375ed56deb4464 (diff) | |
download | PeerTube-62ccb24e24fd6701c7cdc967336ed146d12236ec.tar.gz PeerTube-62ccb24e24fd6701c7cdc967336ed146d12236ec.tar.zst PeerTube-62ccb24e24fd6701c7cdc967336ed146d12236ec.zip |
Update production example configuration
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 0857aa3ca..90e07f577 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -25,11 +25,16 @@ storage: | |||
25 | torrents: 'torrents/' | 25 | torrents: 'torrents/' |
26 | cache: 'cache/' | 26 | cache: 'cache/' |
27 | 27 | ||
28 | cache: | ||
29 | previews: | ||
30 | size: 1 # Max number of previews you want to cache | ||
31 | |||
28 | admin: | 32 | admin: |
29 | email: 'admin@example.com' | 33 | email: 'admin@example.com' |
30 | 34 | ||
31 | signup: | 35 | signup: |
32 | enabled: false | 36 | enabled: false |
37 | limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited | ||
33 | 38 | ||
34 | # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag | 39 | # If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag |
35 | # Uses a lot of CPU! | 40 | # Uses a lot of CPU! |