Skip to content

Instantly share code, notes, and snippets.

@fmented
Created August 24, 2022 10:24
Show Gist options
  • Save fmented/76b8d5fc08b6813f8727adff0d3bc6cc to your computer and use it in GitHub Desktop.
Save fmented/76b8d5fc08b6813f8727adff0d3bc6cc to your computer and use it in GitHub Desktop.
# see https://docs.searxng.org/admin/engines/settings.html#use-default-settings
use_default_settings: true
general:
instance_name: "instance_name"
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
ui:
static_use_hash: true
redis:
url: redis://redis:6379/0
outgoing:
request_timeout: 60.0
max_request_timeout: 120.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment