Skip to content

Commit 0ca232b

Browse files
committed
fix: all ABDM URLs
1 parent f622d62 commit 0ca232b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/environment/common_ci.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ abdmConfirmAadhaarBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/confirmWithAadha
8282
abdmAccountProfile=@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
8989
getAuthCertPublicKey = @env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/cert
9090
requestOtpForEnrollment = @env.ABDM_BASE_URL@/abha/api/v3/enrollment/request/otp
9191
abhaEnrollByAadhaar = @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
9999
webLoginAbhaVerify = @env.ABDM_BASE_URL@/abha/api/v3/phr/web/login/abha/verify
100100
webLoginPhrCard = @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
106106
logging.level.root=INFO

0 commit comments

Comments
 (0)