diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-28 09:16:27 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-05 17:41:24 +0200 |
commit | 4e845966bad83a7ca8027e7d0a14cade6bf553f7 (patch) | |
tree | aa61653884df9e514d5c3211112288fab7eec834 /searx/settings_robot.yml | |
parent | b86a3f630314b2ea098e41b3edc31ad5ed4d52fa (diff) | |
download | searxng-4e845966bad83a7ca8027e7d0a14cade6bf553f7.tar.gz searxng-4e845966bad83a7ca8027e7d0a14cade6bf553f7.zip |
[yamllint] searx/settings_robot.yml
Fixed messages reported by::
make test.yamllint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings_robot.yml')
-rw-r--r-- | searx/settings_robot.yml | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index 0f015dbec..00dcb8da8 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -1,53 +1,53 @@ general: - debug : False - instance_name : "searx_test" + debug: false + instance_name: "searx_test" search: - language: "all" + language: "all" server: - port : 11111 - bind_address : 127.0.0.1 - secret_key : "changedultrasecretkey" - base_url : False - http_protocol_version : "1.0" + port: 11111 + bind_address: 127.0.0.1 + secret_key: "changedultrasecretkey" + base_url: false + http_protocol_version: "1.0" ui: - static_path : "" - templates_path : "" - default_theme : oscar + static_path: "" + templates_path: "" + default_theme: oscar preferences: - lock: [] + lock: [] outgoing: - request_timeout : 1.0 # seconds - useragent_suffix : "" + request_timeout: 1.0 # seconds + useragent_suffix: "" engines: - - name : general dummy - engine : dummy - categories : general - shortcut : gd + - name: general dummy + engine: dummy + categories: general + shortcut: gd - - name : dummy dummy - engine : dummy - categories : dummy - shortcut : dd + - name: dummy dummy + engine: dummy + categories: dummy + shortcut: dd locales: - en : English - hu : Magyar - -doi_resolvers : - oadoi.org : 'https://oadoi.org/' - doi.org : 'https://doi.org/' - doai.io : 'https://dissem.in/' - sci-hub.se : 'https://sci-hub.se/' - sci-hub.do : 'https://sci-hub.do/' - scihubtw.tw : 'https://scihubtw.tw/' - sci-hub.st : 'https://sci-hub.st/' - sci-hub.bar : 'https://sci-hub.bar/' - sci-hub.it.nf : 'https://sci-hub.it.nf/' - -default_doi_resolver : 'oadoi.org' + en: English + hu: Magyar + +doi_resolvers: + oadoi.org: 'https://oadoi.org/' + doi.org: 'https://doi.org/' + doai.io: 'https://dissem.in/' + sci-hub.se: 'https://sci-hub.se/' + sci-hub.do: 'https://sci-hub.do/' + scihubtw.tw: 'https://scihubtw.tw/' + sci-hub.st: 'https://sci-hub.st/' + sci-hub.bar: 'https://sci-hub.bar/' + sci-hub.it.nf: 'https://sci-hub.it.nf/' + +default_doi_resolver: 'oadoi.org' |