X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=aba5dd73c58ec1e28d8dd21754dd5714355ccc8f;hb=aa87909287c4f4d38696244e32828265b040c7d5;hp=d3e0e49ac77b40d4e12c3d44811f76a41eaafdbc;hpb=098eb37797fdadd4adf660b76867da68061fd588;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index d3e0e49ac..aba5dd73c 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: @@ -21,18 +21,26 @@ smtp: log: level: 'debug' +contact_form: + enabled: true + 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: @@ -46,6 +54,7 @@ signup: transcoding: enabled: true + allow_additional_extensions: false threads: 2 resolutions: 240p: true @@ -62,4 +71,4 @@ import: enabled: true instance: - default_nsfw_policy: 'display' \ No newline at end of file + default_nsfw_policy: 'display'