Skip to content

Commit 36b8950

Browse files
committed
ADD: prod configurations
1 parent 146d62c commit 36b8950

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

app-config.production.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
app:
2-
baseUrl: prodlink
2+
baseUrl: https://backstage.code-idp.com
33

44
backend:
5-
baseUrl: prodlink
5+
baseUrl: https://backstage.code-idp.com
66
cors:
7-
origin: prodlink
7+
origin: https://backstage.code-idp.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}

0 commit comments

Comments
 (0)