forked from Ponysearch/Ponysearch
[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:
parent
68213f6be4
commit
c5d3f542d5
1 changed files with 97 additions and 97 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue