mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[fix] settings_loader: don't crash when a key exists only in the user settings
typical use case: result_proxy can be defined in the user settings, but are not defined the default settings.yml
This commit is contained in:
@@ -4,3 +4,6 @@ server:
|
||||
bind_address: "0.0.0.0"
|
||||
default_http_headers:
|
||||
Custom-Header: Custom-Value
|
||||
result_proxy:
|
||||
url : https://localhost/morty
|
||||
key : "$ecretKey"
|
||||
|
||||
Reference in New Issue
Block a user