]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/test.yaml
Translated using Weblate (Thai)
[github/Chocobozzz/PeerTube.git] / config / test.yaml
index da34ccd03e8693a51cdb787827184c22ba4e9f59..8e887407e79f2749e274809357fef8c80b13a063 100644 (file)
@@ -87,8 +87,8 @@ import:
     http:
       enabled: true
       proxy:
-        enabled: false
-        url: ""
+        enabled: true
+        url: "http://188.165.225.149:7899"
     torrent:
       enabled: true
 
@@ -110,7 +110,7 @@ search:
   # Use a third party index instead of your local index, only for search results
   # Useful to discover content outside of your instance
   search_index:
-    enabled: true
+    enabled: false
     # URL of the search index, that should use the same search API and routes
     # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html
     # You should deploy your own with https://framagit.org/framasoft/peertube/search-index,