Skip to content

Commit

Permalink
Merge pull request #487 from zesu22/bug/variable-image
Browse files Browse the repository at this point in the history
[MODIFIED] env variable for new changes
  • Loading branch information
ase-101 authored Nov 28, 2023
2 parents 31ad5bc + 025dc84 commit 1d60850
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions oidc-ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ REACT_APP_WALLET_LOGO_URL=""
REACT_APP_CONSENT_SCREEN_TIME_OUT_BUFFER_IN_SEC=5

REACT_APP_WALLET_QR_CODE_AUTO_REFRESH_LIMIT=3
REACT_APP_BACKGROUND_LOGO=false
REACT_APP_FOOTER=true
REACT_APP_REMOVE_INDICATOR_PIPE=true
REACT_APP_NO_OUTLINE_TOGGLE=true
6 changes: 5 additions & 1 deletion oidc-ui/.env.development
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
REACT_APP_SBI_ENV=Staging
REACT_APP_SBI_ENV=Staging
REACT_APP_BACKGROUND_LOGO=false
REACT_APP_FOOTER=true
REACT_APP_REMOVE_INDICATOR_PIPE=true
REACT_APP_NO_OUTLINE_TOGGLE=true
6 changes: 5 additions & 1 deletion oidc-ui/.env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
REACT_APP_SBI_ENV=Staging
REACT_APP_ESIGNET_API_URL=/v1/esignet
REACT_APP_ESIGNET_API_URL=/v1/esignet
REACT_APP_BACKGROUND_LOGO=false
REACT_APP_FOOTER=true
REACT_APP_REMOVE_INDICATOR_PIPE=true
REACT_APP_NO_OUTLINE_TOGGLE=true

0 comments on commit 1d60850

Please sign in to comment.