Created
August 24, 2022 10:24
-
-
Save fmented/76b8d5fc08b6813f8727adff0d3bc6cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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