Skip to content

Commit 295329e

Browse files
authored
fix(app-config): invalid app-config.yaml (#1075)
The app-config.yaml file was found to be invalid. To address this issue and ensure consistency with backstage-showcase (https://github.com/janus-idp/backstage-showcase/blob/main/app-config.yaml#L139), the 'scaffolder' property has been set to an empty object. Signed-off-by: Gloria Ciavarrini <[email protected]>
1 parent 87a6b04 commit 295329e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ auth:
7878
providers: {}
7979

8080
scaffolder:
81+
{}
8182
# see https://backstage.io/docs/features/software-templates/configuration for software template options
8283

8384
catalog:

0 commit comments

Comments
 (0)