searxng/tests/robot/settings_robot.yml
Markus Heiser 8d44ff51e2 [mod] remove the "Submit a new issue on Github" form (#5896)
Submitting an issue on GitHub isn't a end user task .. most issue reports coming
from this form are not filled out, since end users are not familiar with the
needs of a developer community.

Closes: https://github.com/searxng/searxng/issues/5820
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2026-03-24 19:39:11 +01:00

56 lines
1007 B
YAML

general:
debug: false
instance_name: "searx_test"
brand:
issue_url: https://github.com/searxng/searxng/issues
docs_url: https://docs.searxng.org
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: simple
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/'
sci-hub.se: 'https://sci-hub.se/'
sci-hub.st: 'https://sci-hub.st/'
sci-hub.ru: 'https://sci-hub.ru/'
default_doi_resolver: 'oadoi.org'