mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-25 09:26:00 +00:00
fix: resolve merge conflict in .env.example
Keep both DATABASE_URL (from persistence-scaffold) and WECOM credentials (from main) after the merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-3
@@ -32,11 +32,9 @@ INFOQUEST_API_KEY=your-infoquest-api-key
|
|||||||
|
|
||||||
# GitHub API Token
|
# GitHub API Token
|
||||||
# GITHUB_TOKEN=your-github-token
|
# GITHUB_TOKEN=your-github-token
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
# Database (only needed when config.yaml has database.backend: postgres)
|
# Database (only needed when config.yaml has database.backend: postgres)
|
||||||
# DATABASE_URL=postgresql://deerflow:password@localhost:5432/deerflow
|
# DATABASE_URL=postgresql://deerflow:password@localhost:5432/deerflow
|
||||||
=======
|
#
|
||||||
# WECOM_BOT_ID=your-wecom-bot-id
|
# WECOM_BOT_ID=your-wecom-bot-id
|
||||||
# WECOM_BOT_SECRET=your-wecom-bot-secret
|
# WECOM_BOT_SECRET=your-wecom-bot-secret
|
||||||
>>>>>>> main
|
|
||||||
|
|||||||
Reference in New Issue
Block a user