Merge branch 'rolling' into FEAT/424_reduce-animations-effects-support-for-the-themes

This commit is contained in:
neon_arch 2023-12-12 15:24:42 +03:00 committed by GitHub
commit b00f76627b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 270 additions and 61 deletions

View file

@ -59,8 +59,9 @@ redis_url = "redis://127.0.0.1:8082" -- redis connection url address on which th
cache_expiry_time = 600 -- This option takes the expiry time of the search results (value in seconds and the value should be greater than or equal to 60 seconds).
-- ### Search Engines ###
upstream_search_engines = {
DuckDuckGo = true,
Searx = false,
Brave = false,
Startpage = false,
DuckDuckGo = true,
Searx = false,
Brave = false,
Startpage = false,
LibreX = false,
} -- select the upstream search engines from which the results should be fetched.