From 66fdf60e47b005789f20f1924672431b507d78b6 Mon Sep 17 00:00:00 2001 From: infra Date: Wed, 11 Jun 2025 11:18:16 -0400 Subject: [PATCH] docs: add mount prefix environment variable --- docs/docs/cloud/reference/env_var.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/cloud/reference/env_var.md b/docs/docs/cloud/reference/env_var.md index e227ce559..8a9daaa02 100644 --- a/docs/docs/cloud/reference/env_var.md +++ b/docs/docs/cloud/reference/env_var.md @@ -127,6 +127,7 @@ Defaults to `False`. ## `MOUNT_PREFIX` !!! info "Only Allowed in Self-Hosted Deployments" + The `MOUNT_PREFIX` environment variable is only allowed in Self-Hosted Deployment models, LangGraph Platform SaaS will not allow this environment variable. Set `MOUNT_PREFIX` to serve the LangGraph Server under a specific path prefix. This is useful for deployments where the server is behind a reverse proxy or load balancer that requires a specific path prefix.