mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 23:52:23 +02:00
* Change LangGraph Deploy to LangGraph Cloud in CLI reference. * Update main README to link to Cloud docs. Update How-to Guide link in Cloud index page. * Create Environments Variable reference page. * Add Authentication to Conceptual Guide. * Update setup how-to to refer back to CompiledGraph variable name. * Update how-to notebooks for double texting. * Add warning about setting top-level variable for CompiledGraph.
14 lines
575 B
Markdown
14 lines
575 B
Markdown
# Environment Variables
|
|
|
|
The LangGraph Cloud API supports specific environment variables for configuring a deployment.
|
|
|
|
## `LANGGRAPH_AUTH_TYPE`
|
|
|
|
Type of authentication for the LangGraph Cloud API deployment. Valid values: `langsmith`, `noop`.
|
|
|
|
For deployments to LangGraph Cloud, this environment variable is set automatically. For local development or deployments where authentication is handled externally (e.g. self-hosted), set this environment variable to `noop`.
|
|
|
|
## `N_JOBS_PER_WORKER`
|
|
|
|
Number of jobs per worker for the LangGraph Cloud task queue. Defaults to `10`.
|