mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-24 00:45:57 +00:00
docs: align runtime docs with gateway mode (#2868)
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
+3
-3
@@ -82,10 +82,10 @@ pnpm start
|
||||
Key environment variables (see `.env.example` for full list):
|
||||
|
||||
```bash
|
||||
# Backend API URLs (optional, uses nginx proxy by default)
|
||||
# Backend API URL (optional, uses local Next.js/nginx proxy by default)
|
||||
NEXT_PUBLIC_BACKEND_BASE_URL="http://localhost:8001"
|
||||
# LangGraph API URLs (optional, uses nginx proxy by default)
|
||||
NEXT_PUBLIC_LANGGRAPH_BASE_URL="http://localhost:2024"
|
||||
# LangGraph-compatible API URL (optional, uses local Next.js/nginx proxy by default)
|
||||
NEXT_PUBLIC_LANGGRAPH_BASE_URL="http://localhost:8001/api"
|
||||
```
|
||||
|
||||
## Project Structure
|
||||
|
||||
Reference in New Issue
Block a user