Skip to content

Commit 030974f

Browse files
committed
fix: format two yaml files
1 parent 9998deb commit 030974f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ nodeLinker: node-modules
33
plugins:
44
- checksum: 8af7b3f2d7d19cacc7a3712f871efcb6208ba283a1f532260b0cba80c2cb66ed772b207b5ba41b8c5d64dd8d5e0c0e15bbb445bd14afac491712965211ba027c
55
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
6-
spec: "https://versions.backstage.io/v1/releases/1.42.5/yarn-plugin"
6+
spec: 'https://versions.backstage.io/v1/releases/1.42.5/yarn-plugin'
77

88
yarnPath: .yarn/releases/yarn-4.9.4.cjs

app-config.production.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ app:
55
auth:
66
environment: development
77
providers:
8+
guest: {}
89
github:
910
development:
1011
clientId: ${GITHUB_CLIENT_ID}
@@ -36,10 +37,6 @@ backend:
3637
# ca: # if you have a CA file and want to verify it you can uncomment this section
3738
# $file: <file-path>/ca/server.crt
3839

39-
auth:
40-
providers:
41-
guest: {}
42-
4340
catalog:
4441
# Overrides the default list locations from app-config.yaml as these contain example data.
4542
# See https://backstage.io/docs/features/software-catalog/#adding-components-to-the-catalog for more details

0 commit comments

Comments
 (0)