mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-10 22:32:16 +02:00
feat(config): add env keys for discover search providers
This commit is contained in:
parent
fa1055dd4c
commit
adc39d1062
2 changed files with 12 additions and 1 deletions
|
|
@ -60,6 +60,13 @@ WHATSAPP_BRIDGE_URL=http://whatsapp-bridge:9929
|
|||
# Only uncomment if running the backend outside Docker (e.g. uvicorn on host).
|
||||
# SEARXNG_DEFAULT_HOST=http://localhost:8888
|
||||
|
||||
# web.discover fallback providers (env-keyed). SearXNG above is preferred; these
|
||||
# are used when it is not configured. web.discover self-disables if none are set.
|
||||
# LINKUP_API_KEY=
|
||||
# BAIDU_API_KEY=
|
||||
# BAIDU_MODEL=ernie-3.5-8k
|
||||
# BAIDU_SEARCH_SOURCE=baidu_search_v2
|
||||
|
||||
# Periodic task interval
|
||||
# # Run every minute (default)
|
||||
# SCHEDULE_CHECKER_INTERVAL=1m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue