mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02: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:
parent
89fbb85d45
commit
d0d7a3e1c2
2 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue