diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/default.yaml b/config/default.yaml index 2c1043067..ee7446826 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -16,14 +16,14 @@ database: | |||
16 | 16 | ||
17 | # From the project root directory | 17 | # From the project root directory |
18 | storage: | 18 | storage: |
19 | avatars: 'avatars/' | 19 | avatars: 'storage/avatars/' |
20 | certs: 'certs/' | 20 | certs: 'storage/certs/' |
21 | videos: 'videos/' | 21 | videos: 'storage/videos/' |
22 | logs: 'logs/' | 22 | logs: 'storage/logs/' |
23 | previews: 'previews/' | 23 | previews: 'storage/previews/' |
24 | thumbnails: 'thumbnails/' | 24 | thumbnails: 'storage/thumbnails/' |
25 | torrents: 'torrents/' | 25 | torrents: 'storage/torrents/' |
26 | cache: 'cache/' | 26 | cache: 'storage/cache/' |
27 | 27 | ||
28 | cache: | 28 | cache: |
29 | previews: | 29 | previews: |