Files
searxng-docker/searxng/settings.yml
2025-05-25 18:24:08 +02:00

12 lines
450 B
YAML

# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
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: false # enable this when running the instance for a public usage on the internet
image_proxy: true
ui:
static_use_hash: true
redis:
url: redis://redis:6379/0