From c526a7af39168c48834bfa841c365a773b010d25 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 26 Aug 2026 17:30:11 -0500 Subject: [PATCH] docs: mark NEXT_PUBLIC_GATEWAY_URL obsolete in the legacy admin guide Review blocker on PR #1432: the legacy guide still told users to set the variable this PR removes from .env.example. --- docs/_old_structure/guides/admin-guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/_old_structure/guides/admin-guide.md b/docs/_old_structure/guides/admin-guide.md index ed9d2a9d..3aa73225 100644 --- a/docs/_old_structure/guides/admin-guide.md +++ b/docs/_old_structure/guides/admin-guide.md @@ -376,9 +376,8 @@ Session cleanup is scoped to one session identifier and only removes that sessio ### Web App -| Variable | Default | Description | -| ------------------------- | ------------------------ | -------------------------------------- | -| `NEXT_PUBLIC_GATEWAY_URL` | `http://localhost:14242` | Gateway URL used by the Next.js client | +The web app uses origin-relative paths only; it needs no gateway URL variable. +(`NEXT_PUBLIC_GATEWAY_URL` is obsolete and no longer read by anything.) ### Coordination