File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
tests/test-infrastructure Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7676 APP_ENV : test
7777 PDF_API_URL : ${{ secrets.PDF_API_URL }}
7878 KUBER_API_KEY : ${{ secrets.KUBER_API_KEY }}
79+ VITE_IPFS_GATEWAY : $${{secrets.IPFS_GATEWAY}}
80+ VITE_IPFS_PROJECT_ID : $${{secrets.IPFS_PROJECT_ID}}
Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ BASE_DOMAIN=govtool.cardanoapi.io
77GOVTOOL_TAG = test
88APP_ENV = test
99PDF_API_URL =
10- KUBER_API_KEY =
10+ KUBER_API_KEY =
11+ VITE_IPFS_GATEWAY = " "
12+ VITE_IPFS_PROJECT_ID = " "
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ services:
4848 VITE_METADATA_API_URL : https://${BASE_DOMAIN}/metadata-validation
4949 VITE_GTM_ID : ${GTM_ID}
5050 VITE_PDF_API_URL : ${PDF_API_URL}
51+ VITE_IPFS_GATEWAY : ${VITE_IPFS_GATEWAY}
52+ VITE_IPFS_PROJECT_ID : ${VITE_IPFS_PROJECT_ID}
5153 environment :
5254 VIRTUAL_HOST : https://${BASE_DOMAIN}
5355 networks :
You can’t perform that action at this time.
0 commit comments