Files
deploy.stack/searxng/etc/searxng/settings.yml
cnphpbb 02015b03c9 feat(searxng): 添加searxng配置文件
添加limiter.toml和settings.yml配置文件
修改volumes挂载路径以支持本地开发和数据持久化
2025-09-08 17:15:12 +08:00

9 lines
421 B
YAML

# 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: "ultrasecretkey" # change this!
limiter: false # enable this when running the instance for a public usage on the internet
image_proxy: true
redis:
url: redis://redis:6379/0