diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 5 |
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 | |||
27 | cache: | ||
28 | previews: | ||
29 | size: 1 # Max number of previews you want to cache | ||
25 | 30 | ||
26 | admin: | 31 | admin: |
27 | email: 'admin@example.com' | 32 | email: 'admin@example.com' |