mirror of https://github.com/searxng/searxng.git
[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:
parent
b86a3f6303
commit
4e845966ba
|
@ -1,53 +1,53 @@
|
||||||
general:
|
general:
|
||||||
debug : False
|
debug: false
|
||||||
instance_name : "searx_test"
|
instance_name: "searx_test"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
language: "all"
|
language: "all"
|
||||||
|
|
||||||
server:
|
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:
|
||||||
static_path : ""
|
static_path: ""
|
||||||
templates_path : ""
|
templates_path: ""
|
||||||
default_theme : oscar
|
default_theme: oscar
|
||||||
|
|
||||||
preferences:
|
preferences:
|
||||||
lock: []
|
lock: []
|
||||||
|
|
||||||
outgoing:
|
outgoing:
|
||||||
request_timeout : 1.0 # seconds
|
request_timeout: 1.0 # seconds
|
||||||
useragent_suffix : ""
|
useragent_suffix: ""
|
||||||
|
|
||||||
engines:
|
engines:
|
||||||
- name : general dummy
|
- name: general dummy
|
||||||
engine : dummy
|
engine: dummy
|
||||||
categories : general
|
categories: general
|
||||||
shortcut : gd
|
shortcut: gd
|
||||||
|
|
||||||
- name : dummy dummy
|
- name: dummy dummy
|
||||||
engine : dummy
|
engine: dummy
|
||||||
categories : dummy
|
categories: dummy
|
||||||
shortcut : dd
|
shortcut: dd
|
||||||
|
|
||||||
locales:
|
locales:
|
||||||
en : English
|
en: English
|
||||||
hu : Magyar
|
hu: Magyar
|
||||||
|
|
||||||
doi_resolvers :
|
doi_resolvers:
|
||||||
oadoi.org : 'https://oadoi.org/'
|
oadoi.org: 'https://oadoi.org/'
|
||||||
doi.org : 'https://doi.org/'
|
doi.org: 'https://doi.org/'
|
||||||
doai.io : 'https://dissem.in/'
|
doai.io: 'https://dissem.in/'
|
||||||
sci-hub.se : 'https://sci-hub.se/'
|
sci-hub.se: 'https://sci-hub.se/'
|
||||||
sci-hub.do : 'https://sci-hub.do/'
|
sci-hub.do: 'https://sci-hub.do/'
|
||||||
scihubtw.tw : 'https://scihubtw.tw/'
|
scihubtw.tw: 'https://scihubtw.tw/'
|
||||||
sci-hub.st : 'https://sci-hub.st/'
|
sci-hub.st: 'https://sci-hub.st/'
|
||||||
sci-hub.bar : 'https://sci-hub.bar/'
|
sci-hub.bar: 'https://sci-hub.bar/'
|
||||||
sci-hub.it.nf : 'https://sci-hub.it.nf/'
|
sci-hub.it.nf: 'https://sci-hub.it.nf/'
|
||||||
|
|
||||||
default_doi_resolver : 'oadoi.org'
|
default_doi_resolver: 'oadoi.org'
|
||||||
|
|
Loading…
Reference in New Issue