Init Configuration
This commit is contained in:
7
searxng/config/limiter.toml
Normal file
7
searxng/config/limiter.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
# This configuration file updates the default configuration file
|
||||
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
|
||||
|
||||
[botdetection.ip_limit]
|
||||
# activate advanced bot protection
|
||||
# enable this when running the instance for a public usage on the internet
|
||||
link_token = true
|
11
searxng/config/settings.yml
Normal file
11
searxng/config/settings.yml
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: "f2e73ae3668a4f86c4c50a671770cde4e448a40404a1a29755ce3c9cf032142b" # change this!
|
||||
limiter: true # enable this when running the instance for a public usage on the internet
|
||||
image_proxy: true
|
||||
ui:
|
||||
static_use_hash: true
|
||||
redis:
|
||||
url: redis://redis:6379/0
|
Reference in New Issue
Block a user