Merge branch 'rolling' into FEAT/424_reduce-animations-effects-support-for-the-themes
This commit is contained in:
commit
b00f76627b
25 changed files with 270 additions and 61 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue