[searxng] Reorder settings file
This commit is contained in:
parent
ee29b6a834
commit
28e72fa465
1 changed files with 3 additions and 6 deletions
|
@ -4,22 +4,19 @@ general:
|
|||
instance_name: "SearXNG"
|
||||
|
||||
search:
|
||||
# Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "yandex", "mwmbl",
|
||||
# "seznam", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
|
||||
# by default.
|
||||
autocomplete: "google"
|
||||
|
||||
server:
|
||||
limiter: true
|
||||
image_proxy: true
|
||||
|
||||
redis:
|
||||
url: redis://searxng-valkey:6379/0
|
||||
|
||||
ui:
|
||||
static_use_hash: true
|
||||
query_in_title: true
|
||||
|
||||
redis:
|
||||
url: redis://searxng-valkey:6379/0
|
||||
|
||||
enabled_plugins:
|
||||
- 'Basic Calculator'
|
||||
- 'Hash plugin'
|
||||
|
|
Loading…
Reference in a new issue