diff --git a/conf/production.yaml b/conf/production.yaml index dd6bee1..29819bf 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -138,7 +138,7 @@ defaults: # From the project root directory storage: tmp: '__DATA_DIR__/storage/tmp/' # Use to download data (imports etc), store uploaded files before processing... - tmp_persistent: '__DATA_DIR__//storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts + tmp_persistent: '__DATA_DIR__/storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts bin: '__DATA_DIR__/storage/bin/' avatars: '__DATA_DIR__/storage/avatars/' web_videos: '__DATA_DIR__/storage/videos/'