mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
fix default locale and language issues
This commit is contained in:
parent
2ade2ce10a
commit
c0006cadf7
3 changed files with 19 additions and 13 deletions
|
|
@ -5,6 +5,7 @@ general:
|
|||
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
|
||||
default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue