From 0b16f5f2202e0c0832b5e678fadd95c64b8e8789 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Mar 2019 16:03:03 +0100 Subject: Add videos playlist exist tests --- config/production.yaml.example | 2 +- config/test-1.yaml | 2 +- config/test-2.yaml | 2 +- config/test-3.yaml | 2 +- config/test-4.yaml | 2 +- config/test-5.yaml | 2 +- config/test-6.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'config') diff --git a/config/production.yaml.example b/config/production.yaml.example index c227d5fcc..306e5576d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -49,7 +49,7 @@ storage: tmp: '/var/www/peertube/storage/tmp/' # Used to download data (imports etc), store uploaded files before processing... avatars: '/var/www/peertube/storage/avatars/' videos: '/var/www/peertube/storage/videos/' - playlists: '/var/www/peertube/storage/playlists/' + streaming_playlists: '/var/www/peertube/storage/streaming-playlists/' redundancy: '/var/www/peertube/storage/videos/' logs: '/var/www/peertube/storage/logs/' previews: '/var/www/peertube/storage/previews/' diff --git a/config/test-1.yaml b/config/test-1.yaml index fb69818f3..413390ecd 100644 --- a/config/test-1.yaml +++ b/config/test-1.yaml @@ -13,7 +13,7 @@ storage: tmp: 'test1/tmp/' avatars: 'test1/avatars/' videos: 'test1/videos/' - playlists: 'test1/playlists/' + streaming_playlists: 'test1/streaming-playlists/' redundancy: 'test1/redundancy/' logs: 'test1/logs/' previews: 'test1/previews/' diff --git a/config/test-2.yaml b/config/test-2.yaml index 5caddaaa8..a5515afa4 100644 --- a/config/test-2.yaml +++ b/config/test-2.yaml @@ -13,7 +13,7 @@ storage: tmp: 'test2/tmp/' avatars: 'test2/avatars/' videos: 'test2/videos/' - playlists: 'test2/playlists/' + streaming_playlists: 'test2/streaming-playlists/' redundancy: 'test2/redundancy/' logs: 'test2/logs/' previews: 'test2/previews/' diff --git a/config/test-3.yaml b/config/test-3.yaml index fac7ebee1..ef6780328 100644 --- a/config/test-3.yaml +++ b/config/test-3.yaml @@ -13,7 +13,7 @@ storage: tmp: 'test3/tmp/' avatars: 'test3/avatars/' videos: 'test3/videos/' - playlists: 'test3/playlists/' + streaming_playlists: 'test3/streaming-playlists/' redundancy: 'test3/redundancy/' logs: 'test3/logs/' previews: 'test3/previews/' diff --git a/config/test-4.yaml b/config/test-4.yaml index 33033773a..e84b2d118 100644 --- a/config/test-4.yaml +++ b/config/test-4.yaml @@ -13,7 +13,7 @@ storage: tmp: 'test4/tmp/' avatars: 'test4/avatars/' videos: 'test4/videos/' - playlists: 'test4/playlists/' + streaming_playlists: 'test4/streaming-playlists/' redundancy: 'test4/redundancy/' logs: 'test4/logs/' previews: 'test4/previews/' diff --git a/config/test-5.yaml b/config/test-5.yaml index d365b6f2b..e25d4cfee 100644 --- a/config/test-5.yaml +++ b/config/test-5.yaml @@ -13,7 +13,7 @@ storage: tmp: 'test5/tmp/' avatars: 'test5/avatars/' videos: 'test5/videos/' - playlists: 'test5/playlists/' + streaming_playlists: 'test5/streaming-playlists/' redundancy: 'test5/redundancy/' logs: 'test5/logs/' previews: 'test5/previews/' diff --git a/config/test-6.yaml b/config/test-6.yaml index 44541c003..a020fe869 100644 --- a/config/test-6.yaml +++ b/config/test-6.yaml @@ -13,7 +13,7 @@ storage: tmp: 'test6/tmp/' avatars: 'test6/avatars/' videos: 'test6/videos/' - playlists: 'test6/playlists/' + streaming_playlists: 'test6/streaming-playlists/' redundancy: 'test6/redundancy/' logs: 'test6/logs/' previews: 'test6/previews/' -- cgit v1.2.3