aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-06-08 11:45:03 +0200
committerRigel Kent <sendmemail@rigelk.eu>2021-06-08 11:45:03 +0200
commit37ede348bb553d7065e919a1fc20039f49d395b7 (patch)
treedb1b89eadd34a33ca50a1b8bb9f760d85760000e /config/production.yaml.example
parent318b0bd0c2ff575f35d51d97327f77abfecd6b86 (diff)
downloadPeerTube-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/production.yaml.example')
-rw-r--r--config/production.yaml.example2
1 files changed, 1 insertions, 1 deletions
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/'