]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
Fix dropdowns z-index
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index b9279b5e68a7e0f6c8e245c0f63b8e7dfdfca5e4..fea248d881f96f46b740d6a6ab25f971dd82c77c 100644 (file)
@@ -37,24 +37,24 @@ log:
 
 contact_form:
   enabled: true
-#
-#redundancy:
-#  videos:
-#    check_interval: '1 minute'
-#    strategies:
-#      -
-#        size: '1000MB'
-#        min_lifetime: '10 minutes'
-#        strategy: 'most-views'
-#      -
-#        size: '1000MB'
-#        min_lifetime: '10 minutes'
-#        strategy: 'trending'
-#      -
-#        size: '1000MB'
-#        min_lifetime: '10 minutes'
-#        strategy: 'recently-added'
-#        min_views: 1
+
+redundancy:
+  videos:
+    check_interval: '1 minute'
+    strategies:
+      -
+        size: '1000MB'
+        min_lifetime: '10 minutes'
+        strategy: 'most-views'
+      -
+        size: '1000MB'
+        min_lifetime: '10 minutes'
+        strategy: 'trending'
+      -
+        size: '1000MB'
+        min_lifetime: '10 minutes'
+        strategy: 'recently-added'
+        min_views: 1
 
 cache:
   previews:
@@ -138,3 +138,7 @@ search:
     disable_local_search: false
     # If you did not disable local search, you can decide to use the search index by default
     is_default_search: true
+
+federation:
+  videos:
+    federate_unlisted: true