X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Ftest.yaml;h=aba5dd73c58ec1e28d8dd21754dd5714355ccc8f;hb=aa87909287c4f4d38696244e32828265b040c7d5;hp=73bc5da98b1b699222af0922c8957b5637297817;hpb=b36f41ca09e92ecb30d367d91d1089a23d10d585;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/test.yaml b/config/test.yaml index 73bc5da98..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,14 +21,26 @@ smtp: log: level: 'debug' +contact_form: + enabled: true + redundancy: videos: - - - size: '100KB' - strategy: 'most-views' - - - size: '100KB' - strategy: 'trending' + 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: @@ -42,6 +54,7 @@ signup: transcoding: enabled: true + allow_additional_extensions: false threads: 2 resolutions: 240p: true @@ -58,4 +71,4 @@ import: enabled: true instance: - default_nsfw_policy: 'display' \ No newline at end of file + default_nsfw_policy: 'display'