✨ feat: add new config file option to choose upstream search engines
This commit is contained in:
parent
e03881d443
commit
7def2964b7
1 changed files with 3 additions and 0 deletions
|
@ -26,3 +26,6 @@ theme = "simple" -- the theme name which should be used for the website
|
|||
|
||||
-- ### Caching ###
|
||||
redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
|
||||
|
||||
-- ### Search Engines ###
|
||||
upstream_search_engines = { DuckDuckGo = true, Searx = false }
|
||||
|
|
Loading…
Add table
Reference in a new issue