(doc) add note in config that tmp is also used while processing

This commit is contained in:
Rigel Kent
2021-06-08 11:45:03 +02:00
parent 318b0bd0c2
commit 37ede348bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ email:
# From the project root directory
storage:
tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before processing...
tmp: 'storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
avatars: 'storage/avatars/'
videos: 'storage/videos/'
streaming_playlists: 'storage/streaming-playlists/'
+1 -1
View File
@@ -75,7 +75,7 @@ email:
# From the project root directory
storage:
tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing...
tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
avatars: '/var/www/peertube/storage/avatars/'
videos: '/var/www/peertube/storage/videos/'
streaming_playlists: '/var/www/peertube/storage/streaming-playlists/'