From fbad149ff2da2bb0b2fd33b2c8bc7e398f5a12b5 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 23 Nov 2022 15:50:34 +0100 Subject: Fix DISABLE_LOCAL_SEARCH blocking request to local search API (#5411) --- config/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index 19e2fcf3a..1b7c3314d 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -730,9 +730,9 @@ search: # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index url: '' - # You can disable local search, so users only use the search index + # You can disable local search in the client, so users only use the search index disable_local_search: false - # If you did not disable local search, you can decide to use the search index by default + # If you did not disable local search in the client, you can decide to use the search index by default is_default_search: false # PeerTube client/interface configuration -- cgit v1.2.3