neon_arch
commited on
Commit
•
7def296
1
Parent(s):
e03881d
✨ feat: add new config file option to choose upstream search engines
Browse files- websurfx/config.lua +3 -0
websurfx/config.lua
CHANGED
@@ -26,3 +26,6 @@ theme = "simple" -- the theme name which should be used for the website
|
|
26 |
|
27 |
-- ### Caching ###
|
28 |
redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
|
|
|
|
|
|
|
|
26 |
|
27 |
-- ### Caching ###
|
28 |
redis_connection_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
|
29 |
+
|
30 |
+
-- ### Search Engines ###
|
31 |
+
upstream_search_engines = { DuckDuckGo = true, Searx = false }
|