docs: mark NEXT_PUBLIC_GATEWAY_URL obsolete in the legacy admin guide
ci/woodpecker/pr/ci Pipeline failed

Review blocker on PR #1432: the legacy guide still told users to set the
variable this PR removes from .env.example.
This commit is contained in:
fred
2026-08-26 17:30:11 -05:00
parent 67e844ec84
commit c526a7af39
+2 -3
View File
@@ -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