forked from Icycoide/searxng
[docs] document settings.yml: search.languages
Requested-by: @dalf https://github.com/searxng/searxng/pull/996#discussion_r830858139 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
b14ed494fb
commit
a521d4985a
2 changed files with 27 additions and 0 deletions
|
@ -21,6 +21,15 @@ search:
|
|||
# Default search language - leave blank to detect from browser information or
|
||||
# use codes from 'languages.py'
|
||||
default_lang: ""
|
||||
# Available languages
|
||||
# languages:
|
||||
# - all
|
||||
# - en
|
||||
# - en-US
|
||||
# - de
|
||||
# - it-IT
|
||||
# - fr
|
||||
# - fr-BE
|
||||
# ban time in seconds after engine errors
|
||||
ban_time_on_fail: 5
|
||||
# max ban time in seconds after engine errors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue