diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2018-08-19 21:49:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 21:49:07 +0200 |
| commit | 8f744ddfb27188ca0a615916bfb8df0c3b56819f (patch) | |
| tree | 8e1ec20da83142b3cec496adab006c2b9b5dca47 /searx/settings.yml | |
| parent | c2da901afab28cc13794511709f70a0c76edc659 (diff) | |
| parent | c5c812899f737082f65d0726fbc0ad21501e09e7 (diff) | |
Merge branch 'master' into patch-2
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1168ad7a4..2575000c3 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -6,6 +6,8 @@ search: safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default language : "en-US" + ban_time_on_fail : 5 # ban time in seconds after engine errors + max_ban_time_on_fail : 120 # max ban time in seconds after engine errors server: port : 8888 @@ -20,6 +22,8 @@ ui: templates_path : "" # Custom templates path - leave it blank if you didn't change default_theme : oscar # ui theme default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section + theme_args : + oscar_style : logicodev # default style of oscar # searx supports result proxification using an external service: https://github.com/asciimoo/morty # uncomment below section if you have running morty proxy @@ -204,10 +208,6 @@ engines: shortcut : fa disabled : True - - name : 500px - engine : www500px - shortcut : px - - name : 1x engine : www1x shortcut : 1x |