diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-09-04 07:17:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-04 07:17:19 +0000 |
| commit | ab4456b0d0f3e495f627311e576df03694e673ad (patch) | |
| tree | a5732720882550ac321bd051f45ed080dae9083d /tests/robot/settings_robot.yml | |
| parent | 16c19389a5aaf9cabae9d464537d5c848c96577e (diff) | |
| parent | a14ea6396e8e55b056065e6f0ce2032067e11385 (diff) | |
Merge pull request #281 from dalf/cleanup
Cleanup
Diffstat (limited to 'tests/robot/settings_robot.yml')
| -rw-r--r-- | tests/robot/settings_robot.yml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/tests/robot/settings_robot.yml b/tests/robot/settings_robot.yml new file mode 100644 index 000000000..e0d01bb37 --- /dev/null +++ b/tests/robot/settings_robot.yml @@ -0,0 +1,58 @@ +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: "" + +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' |