From d732ec7b46caa2a0972f132894023fec6bc5dd6a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Jul 2023 11:23:51 +0200 Subject: Rename "videos" config to "web-videos" --- config/production.yaml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index 8fccaa517..884300ddb 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -128,7 +128,7 @@ storage: tmp_persistent: '/var/www/peertube/storage/tmp-persistent/' # As tmp but the directory is not cleaned up between PeerTube restarts bin: '/var/www/peertube/storage/bin/' avatars: '/var/www/peertube/storage/avatars/' - videos: '/var/www/peertube/storage/videos/' + web_videos: '/var/www/peertube/storage/web-videos/' streaming_playlists: '/var/www/peertube/storage/streaming-playlists/' redundancy: '/var/www/peertube/storage/redundancy/' logs: '/var/www/peertube/storage/logs/' @@ -200,8 +200,8 @@ object_storage: base_url: '' # Example: 'https://mirror.example.com' # Same settings but for web videos - videos: - bucket_name: 'videos' + web_videos: + bucket_name: 'web-videos' prefix: '' base_url: '' -- cgit v1.2.3