mirror of
https://github.com/searxng/searxng-docker
synced 2024-10-30 21:21:03 +00:00
12 lines
415 B
YAML
12 lines
415 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
|
|
ui:
|
|
static_use_hash: true
|
|
redis:
|
|
url: redis://redis:6379/0
|