mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Fixing base settings for SearXNG
This commit is contained in:
@@ -3,9 +3,13 @@ use_default_settings: true
|
||||
server:
|
||||
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
||||
secret_key: "ultrasecretkey" # change this!
|
||||
limiter: true # can be disabled for a private instance
|
||||
limiter: false
|
||||
image_proxy: true
|
||||
ui:
|
||||
static_use_hash: true
|
||||
redis:
|
||||
url: redis://redis:6379/0
|
||||
url: redis://redis:6379/0
|
||||
search:
|
||||
formats:
|
||||
- html
|
||||
- json
|
||||
Reference in New Issue
Block a user