X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=config%2Ftest.yaml;h=51a77e2fdaa4921af1cbb471ea22258a6bece379;hb=14d1b7b95a096b933ea353a715f4868a89dc5822;hp=d3e0e49ac77b40d4e12c3d44811f76a41eaafdbc;hpb=098eb37797fdadd4adf660b76867da68061fd588;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index d3e0e49ac..51a77e2fd 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -1,5 +1,5 @@ listen: - listen: '0.0.0.0' + hostname: '0.0.0.0' port: 9000 webserver: @@ -23,16 +23,21 @@ log: redundancy: videos: - - - size: '10MB' - strategy: 'most-views' - - - size: '10MB' - strategy: 'trending' - - - size: '10MB' - strategy: 'recently-added' - minViews: 1 + check_interval: '10 minutes' + strategies: + - + size: '10MB' + min_lifetime: '10 minutes' + strategy: 'most-views' + - + size: '10MB' + min_lifetime: '10 minutes' + strategy: 'trending' + - + size: '10MB' + min_lifetime: '10 minutes' + strategy: 'recently-added' + min_views: 1 cache: previews: @@ -62,4 +67,4 @@ import: enabled: true instance: - default_nsfw_policy: 'display' \ No newline at end of file + default_nsfw_policy: 'display'