From ee9d94eca8af7cb0679ef8f33c6d90e7f5d8487d 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 13:50:10 +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 6c086b7..74ab8ce 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -141,7 +141,7 @@ storage: 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/web_videos/' + web_videos: '__DATA_DIR__/storage/videos/' streaming_playlists: '__DATA_DIR__/storage/streaming-playlists/' redundancy: '__DATA_DIR__/storage/redundancy/' logs: '/var/log/__APP__/' @@ -212,7 +212,7 @@ object_storage: # Same settings but for web videos web_videos: - bucket_name: 'web-videos' + bucket_name: 'videos' prefix: '' base_url: ''