Skip to content

Commit d2cdf0a

Browse files
authored
UPD: Hotfix/connect prod database (#79)
* UPD: update prod domain * UPD: env variables for bucket storage
1 parent c71fca1 commit d2cdf0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app-config.production.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
app:
2-
baseUrl: https://backstage.code-idp.com
2+
baseUrl: https://backstage-deployment-1006240973223.europe-west10.run.app
33

44
backend:
5-
baseUrl: https://backstage.code-idp.com
5+
baseUrl: https://backstage-deployment-1006240973223.europe-west10.run.app
66
cors:
7-
origin: https://backstage.code-idp.com
7+
origin: https://backstage-deployment-1006240973223.europe-west10.run.app
88
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]
99
credentials: true
1010

app-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ techdocs:
4141
googleGcs:
4242
bucketName: 'backstage-codeidp-techdocs'
4343
projectId: code-idp
44-
credentials: ./key/code-idp-e144f8987002.json
44+
credentials: ${TECHDOCS_GCS_CREDENTIALS}
4545

4646
# scaffolder:
4747

0 commit comments

Comments
 (0)