Files
inji-wallet/.env
2024-11-29 12:31:03 +05:30

27 lines
702 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://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>'