We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe3409 commit 04dce92Copy full SHA for 04dce92
DEPLOYMENT.md
@@ -89,4 +89,7 @@ Once you confirm that the server is working locally, you can deploy your app wit
89
90
## Connect to the backend API (LangGraph Cloud)
91
92
-In Vercel add an environment variable `API_BASE_URL` to match your LangGraph Cloud URL as well as `LANGCHAIN_API_KEY`.
+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