mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-30 17:20:45 +08:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
|
|
# Application Settings
|
||
|
|
DEBUG=True
|
||
|
|
APP_ENV=development
|
||
|
|
|
||
|
|
# Add other environment variables as needed
|
||
|
|
TAVILY_API_KEY=tvly-xxx
|
||
|
|
# JINA_API_KEY=jina_xxx # Optional, default is None
|
||
|
|
|