mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
* feat(INJI-245): dowload and view card via issuers Co-authored-by: Harsh Vardhan <harsh59v@gmail.com> * fix(INJI-245): remove vc from wallet Co-authored-by: Harsh Vardhan <harsh59v@gmail.com> * feat(INJI-245): pin card downloaded via eSignet * refactor(INJI-245): remove debug logs * refactor(INJI-245): rename vcItem related component to ExistingVcItem * refactor(INJI-245): add lock file modifications * refactor(INJI-245): add styles in purple theme for issuer related components * refactor(INJI-245): update VID for wallet binding usecase and issuer logo display in vc * refactor(INJI-245): remove duplicate loader component * refactor(INJI-245): remove unused props in vc details container --------- Co-authored-by: Harsh Vardhan <harsh59v@gmail.com> Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com>
24 lines
643 B
Bash
24 lines
643 B
Bash
# after making changes to the env file, ensure to start the bundler (or the project) with a --reset-cache
|
|
# eg . npm build android:newlogic --reset-cache
|
|
|
|
#MIMOTO_HOST=http://mock.mimoto.newlogic.dev
|
|
MIMOTO_HOST=https://api.qa-inji.mosip.net
|
|
|
|
ESIGNET_HOST=https://api.qa-inji.mosip.net
|
|
|
|
GOOGLE_NEARBY_MESSAGES_API_KEY=
|
|
|
|
OBSRV_HOST = https://dataset-api.obsrv.mosip.net
|
|
|
|
#Application Theme can be ( orange | purple )
|
|
APPLICATION_THEME=orange
|
|
|
|
#environment can be changed if it is toggled
|
|
CREDENTIAL_REGISTRY_EDIT=true
|
|
|
|
#supported languages( en, fil, ar, hi, kn, ta)
|
|
APPLICATION_LANGUAGE=en
|
|
|
|
#Toggle for openID for VC
|
|
ENABLE_OPENID_FOR_VC=false
|