mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-04 01:06:20 +00:00
searxng
This commit is contained in:
11
SearXNG/settings.yaml
Normal file
11
SearXNG/settings.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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: "myultrasecretkey" # change this!
|
||||
limiter: false # can be disabled for a private instance
|
||||
image_proxy: true
|
||||
ui:
|
||||
static_use_hash: true
|
||||
#redis:
|
||||
# url: redis://redis:6379/0
|
Reference in New Issue
Block a user