aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.yaml')
-rw-r--r--config/default.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index e03bf1aea..b4e7606cf 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -22,6 +22,11 @@ storage:
22 previews: 'previews/' 22 previews: 'previews/'
23 thumbnails: 'thumbnails/' 23 thumbnails: 'thumbnails/'
24 torrents: 'torrents/' 24 torrents: 'torrents/'
25 cache: 'cache/'
26
27cache:
28 previews:
29 size: 1 # Max number of previews you want to cache
25 30
26admin: 31admin:
27 email: 'admin@example.com' 32 email: 'admin@example.com'