From 295329e5e573ba4e253bc8f0d05f077b7328f40d Mon Sep 17 00:00:00 2001 From: Gloria Ciavarrini Date: Wed, 17 Jan 2024 16:12:53 +0100 Subject: [PATCH] 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 --- app-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/app-config.yaml b/app-config.yaml index ca8b34ba45..9d6d1d9eb2 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -78,6 +78,7 @@ auth: providers: {} scaffolder: + {} # see https://backstage.io/docs/features/software-templates/configuration for software template options catalog: