diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-08-02 19:38:27 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-08-02 20:32:22 +0200 |
commit | 1fcf066a8188b28eb644ea304a131d40b1b341eb (patch) | |
tree | 2e5dbd18300e41fc93870921840d3cafbc701d97 /searx/settings_robot.yml | |
parent | d0830d4edf8a9ee794d5897afd813c88f0ea720b (diff) | |
download | searxng-1fcf066a8188b28eb644ea304a131d40b1b341eb.tar.gz searxng-1fcf066a8188b28eb644ea304a131d40b1b341eb.zip |
[mod] change settings file structure according to #314
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 |