1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-19 19:00:10 +01:00

[yamllint] searx/settings_robot.yml

Fixed messages reported by::

    make test.yamllint

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-05-28 09:16:27 +02:00
parent b86a3f6303
commit 4e845966ba

View File

@ -1,5 +1,5 @@
general: general:
debug : False debug: false
instance_name: "searx_test" instance_name: "searx_test"
search: search:
@ -9,7 +9,7 @@ server:
port: 11111 port: 11111
bind_address: 127.0.0.1 bind_address: 127.0.0.1
secret_key: "changedultrasecretkey" secret_key: "changedultrasecretkey"
base_url : False base_url: false
http_protocol_version: "1.0" http_protocol_version: "1.0"
ui: ui: