summaryrefslogtreecommitdiff
path: root/searx/settings_robot.yml
blob: 05c8eeb8ca0473cb60c890bc7e88340f97d66a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
general:
    debug : False
    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 : ""
    default_theme : oscar

preferences:
    lock: []

outgoing:
    request_timeout : 1.0 # seconds
    useragent_suffix : ""

engines:
  - name : general dummy
    engine : dummy
    categories : general
    shortcut : gd

  - 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.tw : 'https://sci-hub.tw/'

default_doi_resolver : 'sci-hub.tw'