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