2022-03-19 20:16:38 +01:00
|
|
|
# see https://docs.searxng.org/admin/engines/settings.html#use-default-settings
|
2022-02-25 22:43:05 +01:00
|
|
|
use_default_settings: true
|
|
|
|
server:
|
2022-03-19 20:16:38 +01:00
|
|
|
# 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
|
2022-02-25 22:43:05 +01:00
|
|
|
image_proxy: true
|
2022-04-02 21:31:05 +02:00
|
|
|
ui:
|
|
|
|
static_use_hash: true
|
2022-02-25 22:43:05 +01:00
|
|
|
redis:
|
|
|
|
url: redis://redis:6379/0
|