ponysearch-docker/searxng/settings.yml

12 lines
415 B
YAML
Raw Normal View History

# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
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
image_proxy: true
2022-04-02 21:31:05 +02:00
ui:
static_use_hash: true
redis:
url: redis://redis:6379/0