mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
20 lines
573 B
Bash
20 lines
573 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
|
|
|
|
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
|
|
DEBUG_MODE=false
|
|
|
|
#supported languages( en, fil, ar, hi, kn, ta)
|
|
APPLICATION_LANGUAGE=en
|