diff options
author | Florent <florent.git@zeteo.me> | 2022-11-23 15:50:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 15:50:34 +0100 |
commit | fbad149ff2da2bb0b2fd33b2c8bc7e398f5a12b5 (patch) | |
tree | d445bf4b0bdc6033c5c17c518910010f737ad79c /config/default.yaml | |
parent | 77239b425a8e00822a53c9907415832a473c3eb6 (diff) | |
download | PeerTube-fbad149ff2da2bb0b2fd33b2c8bc7e398f5a12b5.tar.gz PeerTube-fbad149ff2da2bb0b2fd33b2c8bc7e398f5a12b5.tar.zst PeerTube-fbad149ff2da2bb0b2fd33b2c8bc7e398f5a12b5.zip |
Fix DISABLE_LOCAL_SEARCH blocking request to local search API (#5411)
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
730 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, | 730 | # You should deploy your own with https://framagit.org/framasoft/peertube/search-index, |
731 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index | 731 | # and can use https://search.joinpeertube.org/ for tests, but keep in mind the latter is an unmoderated search index |
732 | url: '' | 732 | url: '' |
733 | # You can disable local search, so users only use the search index | 733 | # You can disable local search in the client, so users only use the search index |
734 | disable_local_search: false | 734 | disable_local_search: false |
735 | # If you did not disable local search, you can decide to use the search index by default | 735 | # If you did not disable local search in the client, you can decide to use the search index by default |
736 | is_default_search: false | 736 | is_default_search: false |
737 | 737 | ||
738 | # PeerTube client/interface configuration | 738 | # PeerTube client/interface configuration |