9 lines
438 B
Cheetah
9 lines
438 B
Cheetah
# 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: "{{ secret "secret_key" }}"
|
|
limiter: {{ env "LIMITER" }} # this can be disabled if not running an instance for public usage on the internet
|
|
image_proxy: true
|
|
redis:
|
|
url: redis://redis:6379/0 |