Files

56 lines
1007 B
YAML
Raw Permalink Normal View History

general:
2021-05-28 09:16:27 +02:00
debug: false
instance_name: "searx_test"
brand:
issue_url: https://github.com/searxng/searxng/issues
2022-01-02 20:54:41 +01:00
docs_url: https://docs.searxng.org
public_instances: https://searx.space
wiki_url: https://github.com/searxng/searxng/wiki
search:
2021-05-28 09:16:27 +02:00
language: "all"
server:
2021-05-28 09:16:27 +02:00
port: 11111
bind_address: 127.0.0.1
secret_key: "changedultrasecretkey"
base_url: false
http_protocol_version: "1.0"
ui:
2021-05-28 09:16:27 +02:00
static_path: ""
templates_path: ""
default_theme: simple
2020-10-23 16:22:55 +02:00
preferences:
2021-05-28 09:16:27 +02:00
lock: []
2020-10-23 16:22:55 +02:00
outgoing:
2021-05-28 09:16:27 +02:00
request_timeout: 1.0 # seconds
useragent_suffix: ""
2021-12-22 15:51:26 +01:00
categories_as_tabs:
general:
dummy:
2021-12-22 15:51:26 +01:00
engines:
2021-05-28 09:16:27 +02:00
- name: general dummy
engine: dummy
categories: general
shortcut: gd
2021-05-28 09:16:27 +02:00
- name: dummy dummy
engine: dummy
categories: dummy
shortcut: dd
2021-05-28 09:16:27 +02:00
doi_resolvers:
oadoi.org: 'https://oadoi.org/'
doi.org: 'https://doi.org/'
sci-hub.se: 'https://sci-hub.se/'
sci-hub.st: 'https://sci-hub.st/'
sci-hub.ru: 'https://sci-hub.ru/'
2021-05-28 09:16:27 +02:00
default_doi_resolver: 'oadoi.org'