summaryrefslogtreecommitdiff
path: root/searx/settings_robot.yml
blob: 25f229e5686043b99b7e7aa94f4740ccc00dc4ce (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
49
general:
    debug : False
    instance_name : "searx_test"

search:
    safe_search : 0
    autocomplete : ""
    language: "all"

server:
    port : 11111
    bind_address : 127.0.0.1
    secret_key : "ultrasecretkey" # change this!
    base_url : False
    image_proxy : False
    http_protocol_version : "1.0"

ui:
    static_path : ""
    templates_path : ""
    default_theme : oscar
    default_locale : ""

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

default_doi_resolver : 'oadoi.org'