(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

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'