From 8ec1f3fe07d6c2b46cf884e42d4741c0bca07006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:15:51 +0100 Subject: [PATCH] Update production.yaml --- conf/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/production.yaml b/conf/production.yaml index dd6bee1..74ab8ce 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/' @@ -212,7 +212,7 @@ object_storage: # Same settings but for web videos web_videos: - bucket_name: 'web-videos' + bucket_name: 'videos' prefix: '' base_url: ''