Add project and deployment instruction (docs/DEPLOYMENT.md)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
22
searxng/settings.yml
Normal file
22
searxng/settings.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
# SearXNG Settings для работы с Open WebUI
|
||||
# Этот файл включает поддержку JSON формата для API запросов
|
||||
|
||||
use_default_settings: true
|
||||
|
||||
server:
|
||||
secret_key: "CHANGE_ME_SECRET_KEY"
|
||||
bind_address: "0.0.0.0"
|
||||
port: 8080
|
||||
limiter: false
|
||||
method: "GET"
|
||||
|
||||
search:
|
||||
safe_search: 0
|
||||
autocomplete: "google"
|
||||
formats:
|
||||
- html
|
||||
- json
|
||||
|
||||
general:
|
||||
instance_name: "SearXNG"
|
||||
debug: false
|
||||
Reference in New Issue
Block a user