diff options
-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! |