recommend updating config in app-config.production.yaml

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Chap Ambrose <cambrose@salesforce.com>
This commit is contained in:
Chap Ambrose
2024-07-08 08:26:47 -05:00
committed by GitHub
parent 92583daf57
commit bc2700cbf9
+1 -1
View File
@@ -32,7 +32,7 @@ $ heroku domains -a <your-app>
<your-app-123>.herokuapp.com
```
Update `baseUrl` and `port` in `app-config.yaml`. The core [app-backend plugin](https://www.npmjs.com/package/@backstage/plugin-app-backend) allows a single Heroku app to serve the frontend and backend:
The core [app-backend plugin](https://www.npmjs.com/package/@backstage/plugin-app-backend) allows a single Heroku app to serve the frontend and backend. To make this work you need to update the `baseUrl` and `port` in `app-config.production.yaml`:
```yaml
app:
baseUrl: https://<your-app-123>.herokuapp.com