Add searxng/settings.yml
This commit is contained in:
parent
7862f8fca8
commit
89d1708d4d
1 changed files with 14 additions and 0 deletions
14
searxng/settings.yml
Normal file
14
searxng/settings.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
public_instance: true
|
||||
secret_key: "changeme" # change this! not my secret key
|
||||
limiter: true # can be disabled for a private instance
|
||||
image_proxy: true
|
||||
general:
|
||||
contact_url: https://blitzw.in
|
||||
ui:
|
||||
static_use_hash: true
|
||||
redis:
|
||||
url: redis://redis:6379/0
|
Loading…
Add table
Add a link
Reference in a new issue