aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--config/default.yaml2
-rw-r--r--config/production.yaml.example2
-rw-r--r--support/docker/production/config/production.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 2a281f6c3..3d0ae6e87 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -77,7 +77,7 @@ email:
77 77
78# From the project root directory 78# From the project root directory
79storage: 79storage:
80 tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before processing... 80 tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
81 avatars: 'storage/avatars/' 81 avatars: 'storage/avatars/'
82 videos: 'storage/videos/' 82 videos: 'storage/videos/'
83 streaming_playlists: 'storage/streaming-playlists/' 83 streaming_playlists: 'storage/streaming-playlists/'
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 42293b843..890ec94b9 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -75,7 +75,7 @@ email:
75 75
76# From the project root directory 76# From the project root directory
77storage: 77storage:
78 tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing... 78 tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
79 avatars: '/var/www/peertube/storage/avatars/' 79 avatars: '/var/www/peertube/storage/avatars/'
80 videos: '/var/www/peertube/storage/videos/' 80 videos: '/var/www/peertube/storage/videos/'
81 streaming_playlists: '/var/www/peertube/storage/streaming-playlists/' 81 streaming_playlists: '/var/www/peertube/storage/streaming-playlists/'
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml
index 5cb39e268..8c8f8d6bc 100644
--- a/support/docker/production/config/production.yaml
+++ b/support/docker/production/config/production.yaml
@@ -43,7 +43,7 @@ redis:
43 43
44# From the project root directory 44# From the project root directory
45storage: 45storage:
46 tmp: '../data/tmp/' 46 tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
47 avatars: '../data/avatars/' 47 avatars: '../data/avatars/'
48 videos: '../data/videos/' 48 videos: '../data/videos/'
49 streaming_playlists: '../data/streaming-playlists' 49 streaming_playlists: '../data/streaming-playlists'