]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
register: hide channel step if upload quota is 0
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index 865ed540087e1dc3259f1452f33d25c856bc1b7d..a8a7242552342037a1f682edd2472b7ba03b2104 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:
@@ -89,7 +89,7 @@ live:
     port: 1935
 
   transcoding:
-    enabled: true
+    enabled: false
     threads: 2
 
     resolutions:
@@ -138,3 +138,12 @@ 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
+
+views:
+  videos:
+    remote:
+      max_age: -1