ponysearch-docker/searxng/settings.yml
2022-03-20 10:36:48 +01:00

9 lines
377 B
YAML

# see https://docs.searxng.org/admin/engines/settings.html#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
redis:
url: redis://redis:6379/0