chore: use BACKSTAGE_VERSIONS_BASE_URL instead

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2025-09-12 09:19:43 +03:00
parent 33faad237f
commit 606f2c1f71
6 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ backstage.json.
The plugin functionality can be configured with environment variables:
- `BACKSTAGE_MANIFEST_BASE_URL` - The base URL for fetching the Backstage version
- `BACKSTAGE_VERSIONS_BASE_URL` - The base URL for fetching the Backstage version
manifest. Defaults to `https://versions.backstage.io/v1/releases/VERSION/manifest.json`.
Useful for running the plugin in environment without direct access to the internet,
for example by using a mirror of the versions API or a proxy.