mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
* feat(INJI-360): Add esignet host as env variable and use in QR login flow. * feat(INJI-360): Fix compile error. * chore(INJI-360): support esignet and mimoto base url in workflows for Android and iOS * chore(INJI-360): add ESIGNET_HOST in Fastfile for android. * chore(INJI-360): remove unnecessary env variables from ios build workflow.
19 lines
539 B
Bash
19 lines
539 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=
|
|
|
|
#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
|