[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:
Alexandre Flament 2020-12-03 11:35:12 +01:00
parent 89fbb85d45
commit d0d7a3e1c2
2 changed files with 7 additions and 1 deletions

View file

@ -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"