ponysearch-docker/searxng/settings.yml
2023-09-22 16:25:27 +00:00

12 lines
431 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: true # can be disabled for a private instance
image_proxy: true
limiter: true
ui:
static_use_hash: true
redis:
url: redis://redis:6379/0