Files
inji-wallet/.env
balachandarg-tw a091a2c70a [INJIMOB-3188]: QR consent claims display text updates (#1922)
* [INJIMOB-3188]: QR consent claims display text updates

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-3188]: Remove field mapping and update display text based on field from api response

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

---------

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
2025-04-30 15:01:27 +05:30

27 lines
694 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.iom.mosip.net
ESIGNET_HOST=https://esignet.iom.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>'