aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example5
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
28cache:
29 previews:
30 size: 1 # Max number of previews you want to cache
31
28admin: 32admin:
29 email: 'admin@example.com' 33 email: 'admin@example.com'
30 34
31signup: 35signup:
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!