mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
chore: update into settings.yml
This commit is contained in:
parent
7444bbfe26
commit
9fb704dcb7
1 changed files with 10 additions and 1 deletions
11
settings.yml
11
settings.yml
|
@ -1,5 +1,7 @@
|
||||||
search:
|
search:
|
||||||
|
safe_search: 2
|
||||||
default_engine: 'google'
|
default_engine: 'google'
|
||||||
|
autocomplete: 'google'
|
||||||
engines:
|
engines:
|
||||||
- google
|
- google
|
||||||
- bing
|
- bing
|
||||||
|
@ -8,4 +10,11 @@ query_filters:
|
||||||
site: "www.zoom.com.br OR www.buscape.com.br"
|
site: "www.zoom.com.br OR www.buscape.com.br"
|
||||||
server:
|
server:
|
||||||
secret_key: "iEd2t<ioq5"
|
secret_key: "iEd2t<ioq5"
|
||||||
|
limiter: true
|
||||||
|
image_proxy: true
|
||||||
|
use_default_settings: true
|
||||||
|
general:
|
||||||
|
debug: false
|
||||||
|
instance_name: "SearXNG"
|
||||||
|
ui:
|
||||||
|
static_use_hash: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue