diff options
Diffstat (limited to 'searx/settings_robot.yml')
-rw-r--r-- | searx/settings_robot.yml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index 36907e6eb..3ca474d6f 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -1,14 +1,21 @@ +general: + debug : False + server: port : 11111 bind_address : 127.0.0.1 secret_key : "ultrasecretkey" # change this! - debug : False - request_timeout : 3.0 # seconds - base_url: False + base_url : False + image_proxy : False + +ui: themes_path : "" default_theme : default - https_rewrite : True - image_proxy : False + default_locale : "" + +outgoing: + request_timeout : 1.0 # seconds + useragent_suffix : "" engines: - name : general_dummy |