Skip to content

Commit 937311f

Browse files
committed
UPD: fix errors
1 parent 7ae6e4a commit 937311f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

app-config.production.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ backend:
66
cors:
77
origin: https://backstage.foundations-software-engineering.com
88
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]
9-
credentials: true
9+
credentials: true
10+
11+
auth:
12+
environment: production
13+
providers:
14+
github:
15+
production:
16+
clientId: ${PROD_GITHUB_CLIENT_ID}
17+
clientSecret: ${PROD_GITHUB_CLIENT_SECRET}

app-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,9 @@ auth:
7878
development:
7979
clientId: ${GOOGLE_CLIENT_ID}
8080
clientSecret: ${GOOGLE_CLIENT_SECRET}
81-
81+
8282
github:
8383
development:
8484
clientId: ${GITHUB_CLIENT_ID}
8585
clientSecret: ${GITHUB_CLIENT_SECRET}
86-
production:
87-
clientId: ${PROD_GITHUB_CLIENT_ID}
88-
clientSecret: ${PROD_GITHUB_CLIENT_SECRET}
8986

0 commit comments

Comments
 (0)