@solo.io/platform-portal-backstage-plugin-backend 0.0.26 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,7 +123,7 @@ Then run the Backstage example app, replacing any environment variables as-neede
123
123
  ```sh
124
124
  docker run \
125
125
  --name backstage \
126
- -e PORTAL_SERVER_URL=http://localhost:31080/v1 # replace \
126
+ -e PORTAL_SERVER_URL=http://host.docker.internal:31080/v1 # replace \
127
127
  -e CLIENT_ID= # replace \
128
128
  -e CLIENT_SECRET= # replace \
129
129
  -e TOKEN_ENDPOINT=.../realms/master/protocol/openid-connect/token # replace \
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solo.io/platform-portal-backstage-plugin-backend",
3
3
  "description": "A Backstage backend plugin that synchronizes Gloo Platform Portal APIs with the Backstage catalog.",
4
- "version": "0.0.26",
4
+ "version": "0.0.28",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",