diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-09 16:39:45 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-06-10 14:02:41 +0200 |
commit | 3b0bd70aa05ab82fa30fe67ed4899d44652c703a (patch) | |
tree | 662655e40f0a4263f1d3ab457d9970c344e8bbb0 /config/test.yaml | |
parent | 7c87746e4b336e547b1917f274c9a0bdc4d1d3df (diff) | |
download | PeerTube-3b0bd70aa05ab82fa30fe67ed4899d44652c703a.tar.gz PeerTube-3b0bd70aa05ab82fa30fe67ed4899d44652c703a.tar.zst PeerTube-3b0bd70aa05ab82fa30fe67ed4899d44652c703a.zip |
Add search target check params
Diffstat (limited to 'config/test.yaml')
-rw-r--r-- | config/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.yaml b/config/test.yaml index da34ccd03..fb37ff8c7 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -110,7 +110,7 @@ search: | |||
110 | # Use a third party index instead of your local index, only for search results | 110 | # Use a third party index instead of your local index, only for search results |
111 | # Useful to discover content outside of your instance | 111 | # Useful to discover content outside of your instance |
112 | search_index: | 112 | search_index: |
113 | enabled: true | 113 | enabled: false |
114 | # URL of the search index, that should use the same search API and routes | 114 | # URL of the search index, that should use the same search API and routes |
115 | # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html | 115 | # than PeerTube: https://docs.joinpeertube.org/api-rest-reference.html |
116 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, | 116 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, |