File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ abdmConfirmAadhaarBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/confirmWithAadha
8282abdmAccountProfile =@env.ABDM_ACCOUNT_ID_BASE_URL@/api/v1/account/profile
8383
8484# #ABDM Facility services
85- getAbdmFacilityServicies = @env.ABDM_BASE_URL @/api/hiecm/gateway/v3/bridge-services
85+ getAbdmFacilityServicies = @env.ABDM_HIECM_BASE_URL @/api/hiecm/gateway/v3/bridge-services
8686
8787# #ABDM V3 APIs
88- abdmV3UserAuthenticate = @env.ABDM_BASE_URL @/api/hiecm/gateway/v3/sessions
88+ abdmV3UserAuthenticate = @env.ABDM_HIECM_BASE_URL @/api/hiecm/gateway/v3/sessions
8989getAuthCertPublicKey = @env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/cert
9090requestOtpForEnrollment = @env.ABDM_BASE_URL@/abha/api/v3/enrollment/request/otp
9191abhaEnrollByAadhaar = @env.ABDM_BASE_URL@/abha/api/v3/enrollment/enrol/byAadhaar
@@ -99,8 +99,8 @@ webLoginAbhaVerify = @env.ABDM_BASE_URL@/abha/api/v3/phr/web/login/abha/verify
9999webLoginAbhaVerify = @env.ABDM_BASE_URL@/abha/api/v3/phr/web/login/abha/verify
100100webLoginPhrCard = @env.ABDM_BASE_URL@/abha/api/v3/phr/web/login/profile/abha/phr-card
101101
102- x-CM-ID = sbx
103- abhaMode =sbx
102+ x-CM-ID =@env.X_CM_ID@
103+ abhaMode =@env.ABHA_MODE@
104104
105105# logging.pattern.level=DEBUG
106106logging.level.root =INFO
You can’t perform that action at this time.
0 commit comments