| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 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.tw : 'https://sci-hub.tw/'default_doi_resolver : 'sci-hub.tw'
 |