settings_robot.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. general:
  2. debug: false
  3. instance_name: "searx_test"
  4. brand:
  5. git_url: https://github.com/searxng/searxng
  6. git_branch: master
  7. issue_url: https://github.com/searxng/searxng/issues
  8. new_issue_url: https://github.com/searxng/searxng/issues/new
  9. docs_url: https://searxng.github.io/searxng
  10. public_instances: https://searx.space
  11. wiki_url: https://github.com/searxng/searxng/wiki
  12. search:
  13. language: "all"
  14. server:
  15. port: 11111
  16. bind_address: 127.0.0.1
  17. secret_key: "changedultrasecretkey"
  18. base_url: false
  19. http_protocol_version: "1.0"
  20. ui:
  21. static_path: ""
  22. templates_path: ""
  23. default_theme: oscar
  24. preferences:
  25. lock: []
  26. outgoing:
  27. request_timeout: 1.0 # seconds
  28. useragent_suffix: ""
  29. engines:
  30. - name: general dummy
  31. engine: dummy
  32. categories: general
  33. shortcut: gd
  34. - name: dummy dummy
  35. engine: dummy
  36. categories: dummy
  37. shortcut: dd
  38. locales:
  39. en: English
  40. hu: Magyar
  41. doi_resolvers:
  42. oadoi.org: 'https://oadoi.org/'
  43. doi.org: 'https://doi.org/'
  44. doai.io: 'https://dissem.in/'
  45. sci-hub.se: 'https://sci-hub.se/'
  46. sci-hub.do: 'https://sci-hub.do/'
  47. scihubtw.tw: 'https://scihubtw.tw/'
  48. sci-hub.st: 'https://sci-hub.st/'
  49. sci-hub.bar: 'https://sci-hub.bar/'
  50. sci-hub.it.nf: 'https://sci-hub.it.nf/'
  51. default_doi_resolver: 'oadoi.org'