diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/production.yaml.example | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 69052fb26..1288eeaa2 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -17,13 +17,13 @@ database: | |||
17 | 17 | ||
18 | # From the project root directory | 18 | # From the project root directory |
19 | storage: | 19 | storage: |
20 | avatars: '/home/peertube/storage/avatars/' | 20 | avatars: '/var/www/peertube/storage/avatars/' |
21 | videos: '/home/peertube/storage/videos/' | 21 | videos: '/var/www/peertube/storage/videos/' |
22 | logs: '/home/peertube/storage/logs/' | 22 | logs: '/var/www/peertube/storage/logs/' |
23 | previews: '/home/peertube/storage/previews/' | 23 | previews: '/var/www/peertube/storage/previews/' |
24 | thumbnails: '/home/peertube/storage/thumbnails/' | 24 | thumbnails: '/var/www/peertube/storage/thumbnails/' |
25 | torrents: '/home/peertube/storage/torrents/' | 25 | torrents: '/var/www/peertube/storage/torrents/' |
26 | cache: '/home/peertube/storage/cache/' | 26 | cache: '/var/www/peertube/storage/cache/' |
27 | 27 | ||
28 | log: | 28 | log: |
29 | level: 'debug' # debug/info/warning/error | 29 | level: 'debug' # debug/info/warning/error |