Skip to content

Commit

Permalink
Merge pull request #24 from TIBCOSoftware/1.2.0-patch
Browse files Browse the repository at this point in the history
Rectified the white space issue in app-config.template-local.yaml
  • Loading branch information
hpeters83 authored Jun 7, 2024
2 parents aa3f393 + a89136a commit 1fe5a9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See the [architecture overview](https://backstage.io/docs/overview/architecture-

## Pre-requisites

- NodeJs 16.x
- NodeJs 18.x
- yarn 1.22.19
- Docker (with docker compose) -- to run the database

Expand Down
13 changes: 12 additions & 1 deletion app-config.template-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,18 @@ catalog:
- type: file
target: ../../tibco-examples/tibco-examples.yaml
rules:
- allow:[ Component, API, Location, Template, User, Group, Domain, System, Resource ]
- allow:
[
Component,
API,
Location,
Template,
User,
Group,
Domain,
System,
Resource,
]
auth:
# see https://backstage.io/docs/auth/ to learn about auth providers
environment: development
Expand Down

0 comments on commit 1fe5a9d

Please sign in to comment.