blob: 438ccf9a0ae75944191dd70ed5119b0534824ae5 (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
|
general:
debug: false
instance_name: "searx_test"
brand:
git_url: https://github.com/searxng/searxng
git_branch: master
issue_url: https://github.com/searxng/searxng/issues
new_issue_url: https://github.com/searxng/searxng/issues/new
docs_url: https://searxng.github.io/searxng
public_instances: https://searx.space
wiki_url: https://github.com/searxng/searxng/wiki
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: ""
categories_as_tabs:
- general
- dummy
engines:
- name: general dummy
engine: dummy
categories: general
shortcut: gd
- name: dummy dummy
engine: dummy
categories: dummy
shortcut: dd
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'
|