| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | general:    debug : False    instance_name : "searx_test"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 : oscarpreferences:    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 : ddlocales:    en : English    hu : Magyardoi_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'
 |