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

pull/4176/head
Rigel Kent 2021-06-08 11:45:03 +02:00
parent 318b0bd0c2
commit 37ede348bb
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
3 changed files with 3 additions and 3 deletions

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/'

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/'

View File

@ -43,7 +43,7 @@ redis:
# From the project root directory
storage:
tmp: '../data/tmp/'
tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
avatars: '../data/avatars/'
videos: '../data/videos/'
streaming_playlists: '../data/streaming-playlists'