mirror of https://github.com/searxng/searxng.git
[yamllint] tests/unit/settings/user_settings_remove.yml
Fixed messages reported by:: make test.yamllint Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
15da3f6591
commit
008760a8c2
|
@ -1,10 +1,10 @@
|
||||||
use_default_settings:
|
use_default_settings:
|
||||||
engines:
|
engines:
|
||||||
remove:
|
remove:
|
||||||
- wikibooks
|
- wikibooks
|
||||||
- wikinews
|
- wikinews
|
||||||
server:
|
server:
|
||||||
secret_key: "user_secret_key"
|
secret_key: "user_secret_key"
|
||||||
bind_address: "0.0.0.0"
|
bind_address: "0.0.0.0"
|
||||||
default_http_headers:
|
default_http_headers:
|
||||||
Custom-Header: Custom-Value
|
Custom-Header: Custom-Value
|
||||||
|
|
Loading…
Reference in New Issue