searx/searx/settings_robot.yml

55 lines
1.0 KiB
YAML
Raw Permalink Normal View History

general:
debug : False
2016-02-27 18:41:09 +01:00
instance_name : "searx_test"
search:
language: "all"
server:
port : 11111
bind_address : 127.0.0.1
secret_key : "changedultrasecretkey"
base_url : False
http_protocol_version : "1.0"
ui:
static_path : ""
templates_path : ""
2016-11-30 18:43:03 +01:00
default_theme : oscar
2020-10-23 16:22:55 +02:00
preferences:
lock: []
outgoing:
request_timeout : 1.0 # seconds
useragent_suffix : ""
engines:
2016-09-28 22:49:29 +02:00
- name : general dummy
2014-01-25 18:07:57 +01:00
engine : dummy
categories : general
2016-02-27 18:41:09 +01:00
shortcut : gd
2016-09-28 22:49:29 +02:00
- name : dummy dummy
2014-01-25 18:07:57 +01:00
engine : dummy
categories : dummy
2016-02-27 18:41:09 +01:00
shortcut : dd
2014-01-25 18:07:57 +01:00
locales:
en : English
hu : Magyar
doi_resolvers :
oadoi.org : 'https://oadoi.org/'
doi.org : 'https://doi.org/'
doai.io : 'https://dissem.in/'
2021-04-02 16:27:29 +02:00
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/'
2021-04-02 16:27:29 +02:00
2021-04-29 22:30:55 +02:00
default_doi_resolver : 'oadoi.org'