mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
fix: correct typo in MongoDB connection string within .env.example (#560)
* fix: correct typo in MongoDB connection string within .env.example - Changes 'ongodb' to 'mongodb' in LANGGRAPH_CHECKPOINT_DB_URL example. - This ensures the example configuration is valid and can be used directly. * Update LANGGRAPH_CHECKPOINT_DB_URL in .env.example --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
parent
a8a2e29e2c
commit
38ff2f7276
@ -60,5 +60,5 @@ VOLCENGINE_TTS_ACCESS_TOKEN=xxx
|
||||
# Enable LangGraph checkpoint saver, supports MongoDB, Postgres
|
||||
#LANGGRAPH_CHECKPOINT_SAVER=true
|
||||
# Set the database URL for saving checkpoints
|
||||
#LANGGRAPH_CHECKPOINT_DB_URL="ongodb://localhost:27017/
|
||||
#LANGGRAPH_CHECKPOINT_DB_URL=postgresql://localhost:5432/postgres
|
||||
#LANGGRAPH_CHECKPOINT_DB_URL=mongodb://localhost:27017/
|
||||
#LANGGRAPH_CHECKPOINT_DB_URL=postgresql://localhost:5432/postgres
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user