[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"
|
instance_name: "SearXNG"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "yandex", "mwmbl",
|
|
||||||
# "seznam", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
|
|
||||||
# by default.
|
|
||||||
autocomplete: "google"
|
autocomplete: "google"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
limiter: true
|
limiter: true
|
||||||
image_proxy: true
|
image_proxy: true
|
||||||
|
|
||||||
|
redis:
|
||||||
|
url: redis://searxng-valkey:6379/0
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
static_use_hash: true
|
static_use_hash: true
|
||||||
query_in_title: true
|
query_in_title: true
|
||||||
|
|
||||||
redis:
|
|
||||||
url: redis://searxng-valkey:6379/0
|
|
||||||
|
|
||||||
enabled_plugins:
|
enabled_plugins:
|
||||||
- 'Basic Calculator'
|
- 'Basic Calculator'
|
||||||
- 'Hash plugin'
|
- 'Hash plugin'
|
||||||
|
|
Loading…
Reference in a new issue