mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-07 20:53:54 -05:00
[INJIMOB-3058]temp commit2 [INJIMOB-3058]temp commit2 [INJIMOB-3058] add support for pre-auth flow by credential-offer [INJIMOB-3187] animo working chcekpoint Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
27 lines
703 B
Bash
27 lines
703 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-inji1.mosip.net
|
|
|
|
ESIGNET_HOST=https://esignet.qa-inji.mosip.net
|
|
|
|
OBSRV_HOST = https://dataset-api.telemetry.mosip.net
|
|
|
|
#Application Theme can be ( gradient | purple )
|
|
APPLICATION_THEME=gradient
|
|
|
|
#environment can be changed if it is toggled
|
|
CREDENTIAL_REGISTRY_EDIT=true
|
|
|
|
DEBUG_MODE=false
|
|
|
|
#Toggle liveness detection
|
|
LIVENESS_DETECTION=false
|
|
|
|
#supported languages( en, fil, ar, hi, kn, ta)
|
|
APPLICATION_LANGUAGE=en
|
|
|
|
#INJI MOBILE CLIENT ID
|
|
GOOGLE_ANDROID_CLIENT_ID='<client_id>'
|