File tree Expand file tree Collapse file tree
workspaces/ai-integrations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @red-hat-developer-hub/backstage-plugin-catalog-backend-module-model-catalog ' : minor
3+ ---
4+
5+ simplifying model catalog entity provider configuration until running the bridge as a pod is officially supported
Original file line number Diff line number Diff line change @@ -94,5 +94,7 @@ catalog:
9494 modelCatalog :
9595 # The field underneath here can be any value that you feel represents your model catalog bridge instance
9696 development :
97- # If testing locally, this value should be set to `localhost:9090`
98- baseUrl : ' ${RHDH_AI_BRIDGE_SERVER}'
97+ # `http://localhost:9090` works in both local testing and when the bridge is running as a sidecar
98+ # we'll hardcode for now and see about env vars later on once we officially take on running the bridge as
99+ # a separate pod
100+ baseUrl : ' http://localhost:9090'
You can’t perform that action at this time.
0 commit comments