aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.yaml')
-rw-r--r--config/test.yaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/config/test.yaml b/config/test.yaml
index 8118c479b..3e08f0ac8 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -133,28 +133,6 @@ plugins:
133 index: 133 index:
134 check_latest_versions_interval: '10 minutes' 134 check_latest_versions_interval: '10 minutes'
135 135
136search:
137 # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance
138 # If enabled, the associated group will be able to "escape" from the instance follows
139 # That means they will be able to follow channels, watch videos, list videos of non followed instances
140 remote_uri:
141 users: true
142 anonymous: false
143
144 # Use a third party index instead of your local index, only for search results
145 # Useful to discover content outside of your instance
146 search_index:
147 enabled: false
148 # URL of the search index, that should use the same search API and routes
149 # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html
150 # You should deploy your own with https://framagit.org/framasoft/peertube/search-index,
151 # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index
152 url: 'http://localhost:3234'
153 # You can disable local search, so users only use the search index
154 disable_local_search: false
155 # If you did not disable local search, you can decide to use the search index by default
156 is_default_search: true
157
158federation: 136federation:
159 videos: 137 videos:
160 federate_unlisted: true 138 federate_unlisted: true