mirror of https://github.com/searxng/searxng.git
[yamllint] tests/unit/settings/user_settings_keep_only.yml
Fixed messages reported by:: make test.yamllint Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
c5d3f542d5
commit
00b10bb443
|
@ -1,14 +1,14 @@
|
|||
use_default_settings:
|
||||
engines:
|
||||
keep_only:
|
||||
- wikibooks
|
||||
- wikinews
|
||||
engines:
|
||||
keep_only:
|
||||
- wikibooks
|
||||
- wikinews
|
||||
server:
|
||||
secret_key: "user_secret_key"
|
||||
bind_address: "0.0.0.0"
|
||||
default_http_headers:
|
||||
Custom-Header: Custom-Value
|
||||
secret_key: "user_secret_key"
|
||||
bind_address: "0.0.0.0"
|
||||
default_http_headers:
|
||||
Custom-Header: Custom-Value
|
||||
engines:
|
||||
- name: wikipedia
|
||||
- name: newengine
|
||||
engine: dummy
|
||||
- name: wikipedia
|
||||
- name: newengine
|
||||
engine: dummy
|
||||
|
|
Loading…
Reference in New Issue