mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
[yamllint] tests/unit/settings/user_settings.yml
Fixed messages reported by::
make test.yamllint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
general:
|
general:
|
||||||
debug : False
|
debug: false
|
||||||
instance_name: "searx"
|
instance_name: "searx"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
@@ -13,8 +13,8 @@ server:
|
|||||||
port: 9000
|
port: 9000
|
||||||
bind_address: "0.0.0.0"
|
bind_address: "0.0.0.0"
|
||||||
secret_key: "user_settings_secret"
|
secret_key: "user_settings_secret"
|
||||||
base_url : False
|
base_url: false
|
||||||
image_proxy : False
|
image_proxy: false
|
||||||
http_protocol_version: "1.0"
|
http_protocol_version: "1.0"
|
||||||
method: "POST"
|
method: "POST"
|
||||||
default_http_headers:
|
default_http_headers:
|
||||||
|
|||||||
Reference in New Issue
Block a user