mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 07:26:50 +00:00
* fix: the Backend returns 400 error * fix: keep applying quick fix * fix the lint error * fixed .env.example settings
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ AGENT_RECURSION_LIMIT=30
|
||||
# CORS settings
|
||||
# Comma-separated list of allowed origins for CORS requests
|
||||
# Example: ALLOWED_ORIGINS=http://localhost:3000,http://example.com
|
||||
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8000
|
||||
ALLOWED_ORIGINS=http://localhost:3000
|
||||
|
||||
# Enable or disable MCP server configuration, the default is false.
|
||||
# Please enable this feature before securing your front-end and back-end in a managed environment.
|
||||
|
||||
Reference in New Issue
Block a user