Skip to content

Commit

Permalink
docs: updating backend configuration instructions
Browse files Browse the repository at this point in the history
updating backend configuration instructions to remove optional configuration on app-config.yaml

Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed Jan 29, 2024
1 parent 2e40d15 commit e765bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/backstage.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async function main() {

The PagerDuty backend plugin exposes local APIs that query PagerDuty APIs without going through the Backstage proxy. Therefore it requires access to the API Token used in the previous step.

If you plan to use the backend plugin add the following to your `app-config.yaml` file.
If you haven't done it previously, add the following to your `app-config.yaml` file.

```yaml
pagerDuty:
Expand Down

0 comments on commit e765bd2

Please sign in to comment.