mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-06-11 09:55:59 +00:00
docs: clean standalone LangGraph server remnants (#3301)
This commit is contained in:
+5
-1
@@ -88,7 +88,11 @@ Backend API URLs are optional; an nginx proxy is used by default:
|
||||
|
||||
```
|
||||
NEXT_PUBLIC_BACKEND_BASE_URL=http://localhost:8001
|
||||
NEXT_PUBLIC_LANGGRAPH_BASE_URL=http://localhost:2024
|
||||
NEXT_PUBLIC_LANGGRAPH_BASE_URL=http://localhost:8001/api
|
||||
```
|
||||
|
||||
Leave these unset for the standard `make dev` / Docker flow, where nginx serves
|
||||
the public `/api/langgraph/*` prefix and rewrites it to Gateway's native `/api/*`
|
||||
routes.
|
||||
|
||||
Requires Node.js 22+ and pnpm 10.26.2+.
|
||||
|
||||
Reference in New Issue
Block a user