Skip to content

Commit

Permalink
Merge pull request #6 from shiva-beehyv/update-envs
Browse files Browse the repository at this point in the history
Update envs with dev instance values
  • Loading branch information
challabeehyv authored Feb 23, 2024
2 parents 02184f8 + 43006a9 commit 8e27953
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions inji-web/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_ESIGNET_UI_URL='http://192.168.2.186:3001'
REACT_APP_ESIGNET_REDIRECT_URL='http://localhost:81'
REACT_APP_MIMOTO_URL='/mimoto'
REACT_APP_ESIGNET_UI_URL=https://esignet.qa-inji1.mosip.net
REACT_APP_ESIGNET_REDIRECT_URL=https://inji.qa-inji1.mosip.net
REACT_APP_MIMOTO_URL=/mimoto
6 changes: 3 additions & 3 deletions inji-web/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_ESIGNET_UI_URL='http://192.168.2.186:3001'
REACT_APP_ESIGNET_REDIRECT_URL='http://localhost:81'
REACT_APP_MIMOTO_URL='/mimoto'
REACT_APP_ESIGNET_UI_URL=https://esignet.qa-inji1.mosip.net
REACT_APP_ESIGNET_REDIRECT_URL=https://inji.qa-inji1.mosip.net
REACT_APP_MIMOTO_URL=/mimoto

0 comments on commit 8e27953

Please sign in to comment.