diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-06-08 11:45:03 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-06-08 11:45:03 +0200 |
commit | 37ede348bb553d7065e919a1fc20039f49d395b7 (patch) | |
tree | db1b89eadd34a33ca50a1b8bb9f760d85760000e /config/default.yaml | |
parent | 318b0bd0c2ff575f35d51d97327f77abfecd6b86 (diff) | |
download | PeerTube-37ede348bb553d7065e919a1fc20039f49d395b7.tar.gz PeerTube-37ede348bb553d7065e919a1fc20039f49d395b7.tar.zst PeerTube-37ede348bb553d7065e919a1fc20039f49d395b7.zip |
(doc) add note in config that tmp is also used while processing
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 1 insertions, 1 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 |
79 | storage: | 79 | storage: |
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/' |