Skip to content

Commit 04dce92

Browse files
committed
update readme
1 parent 2fe3409 commit 04dce92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DEPLOYMENT.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,7 @@ Once you confirm that the server is working locally, you can deploy your app wit
8989

9090
## Connect to the backend API (LangGraph Cloud)
9191

92-
In Vercel add an environment variable `API_BASE_URL` to match your LangGraph Cloud URL as well as `LANGCHAIN_API_KEY`.
92+
In Vercel add the following environment variables:
93+
- `API_BASE_URL` that matches your LangGraph Cloud deployment API URL
94+
- `NEXT_PUBLIC_API_URL` - API URL that LangGraph Cloud deployment is proxied to, e.g. "https://chat.langchain.com/api"
95+
- `LANGCHAIN_API_KEY` - LangSmith API key

0 commit comments

Comments
 (0)