settings_robot.yml 960 B

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