diff --git a/websurfx/config.lua b/websurfx/config.lua index 3daaa91..467b792 100644 --- a/websurfx/config.lua +++ b/websurfx/config.lua @@ -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 }