diff options
| author | Nicholas S. Husin <nsh@golang.org> | 2025-10-23 18:58:45 -0400 |
|---|---|---|
| committer | Nicholas Husin <nsh@golang.org> | 2025-10-28 11:40:29 -0700 |
| commit | 917c7a43f8b9f9e6231871c341fea2e965dff3c9 (patch) | |
| tree | 303cbe427f7d26d62a6c87c6a80d296a55e20254 /doc | |
| parent | 4bd6c634f204f1469ab5130fc5b65eb843e98aac (diff) | |
| download | go-x-pkgsite-917c7a43f8b9f9e6231871c341fea2e965dff3c9.tar.xz | |
all: remove code for the decommissioned beta environment
The beta environment is no longer in use. This change removes related
logic and references, such as the middleware redirect to
beta.pkg.go.dev.
Change-Id: I0c6ebbe11d5689ccf2abf8c722399d8dc339db89
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/715321
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md index 81d280bb..12a2751b 100644 --- a/doc/config.md +++ b/doc/config.md @@ -10,7 +10,7 @@ Pkgsite uses these environment variables: | GO_DISCOVERY_DATABASE_HOST | Database server hostname. | | GO_DISCOVERY_DATABASE_NAME | Name of database within the server. | | GO_DISCOVERY_DATABASE_PASSWORD | Password for database. | -| GO_DISCOVERY_DATABASE_SECONDARY_HOST | If `GO_DISCOVERY_DATABASE_HOST` is unreachable, use this host. Used only by prod and beta frontends. | +| GO_DISCOVERY_DATABASE_SECONDARY_HOST | If `GO_DISCOVERY_DATABASE_HOST` is unreachable, use this host. Used only by prod frontends. | | GO_DISCOVERY_DATABASE_USER | Used for frontend, worker and scripts. | | GO_DISCOVERY_DISABLE_ERROR_REPORTING | Disables calls to GCP errorreporting API. Set only in dev. | | GO_DISCOVERY_E2E_AUTHORIZATION | Auth token for e2e tests. | |
