diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index c0c1306bd..985b25a52 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -17,14 +17,13 @@ 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: '/home/peertube/storage/avatars/' |
21 | certs: '../../storage/certs/' | 21 | videos: '/home/peertube/storage/videos/' |
22 | videos: '../../storage/videos/' | 22 | logs: '/home/peertube/storage/logs/' |
23 | logs: '../../storage/logs/' | 23 | previews: '/home/peertube/storage/previews/' |
24 | previews: '../../storage/previews/' | 24 | thumbnails: '/home/peertube/storage/thumbnails/' |
25 | thumbnails: '../../storage/thumbnails/' | 25 | torrents: '/home/peertube/storage/torrents/' |
26 | torrents: '../../storage/torrents/' | 26 | cache: '/home/peertube/storage/cache/' |
27 | cache: '../../storage/cache/' | ||
28 | 27 | ||
29 | cache: | 28 | cache: |
30 | previews: | 29 | previews: |