Skip to content

Commit

Permalink
Added Identity-API url to get count of beneficiaries in all the prope…
Browse files Browse the repository at this point in the history
…rties files.
  • Loading branch information
shreypatidar-beehyv committed Dec 11, 2023
1 parent a89b754 commit 3efd333
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/main/environment/common_ci.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ carestreamOrderCreateURL =@env.COMMON_API_BASE_URL@/carestream/createOrder
# Registration
registrationUrl =@env.COMMON_API_BASE_URL@/beneficiary/create

syncSearchByLocation =@env.COMMON_API_BASE_URL@/id/searchByDistrictId
syncSearchByLocation =@env.COMMON_API_BASE_URL@/id/searchByVillageIdAndLastModifiedDate

getBenCountToSync = @env.COMMON_API_BASE_URL@/id/countBenByVillageIdAndLastModifiedDate

registrarQuickSearchByIdUrl =@env.COMMON_API_BASE_URL@/beneficiary/searchUserByID

Expand Down
4 changes: 3 additions & 1 deletion src/main/environment/common_dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ carestreamOrderCreateURL =<Enter your socket address here>/hwc-commonapi-v1.0/ca
# Registration
registrationUrl =<Enter your socket address here>/hwc-commonapi-v1.0/beneficiary/create

syncSearchByLocation =<Enter your socket address here>/hwc-identity-0.0.1/id/searchByDistrictId
syncSearchByLocation =<Enter your socket address here>/hwc-identity-0.0.1/id/searchByVillageIdAndLastModifiedDate

getBenCountToSync =<Enter your socket address here>/hwc-identity-0.0.1/id/countBenByVillageIdAndLastModifiedDate

registrarQuickSearchByIdUrl =<Enter your socket address here>/hwc-commonapi-v1.0/beneficiary/searchUserByID

Expand Down
4 changes: 3 additions & 1 deletion src/main/environment/common_example.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ carestreamOrderCreateURL =http://localhost:8080/carestream/createOrder
# Registration
registrationUrl =http://localhost:8080/beneficiary/create

syncSearchByLocation =http://localhost:8082/id/searchByDistrictId
syncSearchByLocation =http://localhost:8082/id/searchByVillageIdAndLastModifiedDate

getBenCountToSync = http://localhost:8082/id/countBenByVillageIdAndLastModifiedDate

registrarQuickSearchByIdUrl =http://localhost:8080/beneficiary/searchUserByID

Expand Down
4 changes: 3 additions & 1 deletion src/main/environment/common_prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ carestreamOrderCreateURL =<Enter your socket address here>/commonapi-v1.0/carest
# Registration
registrationUrl =<Enter your socket address here>/commonapi-v1.0/beneficiary/create

syncSearchByLocation =<Enter your socket address here>/identity-0.0.1/id/searchByDistrictId
syncSearchByLocation =<Enter your socket address here>/identity-0.0.1/id/searchByVillageIdAndLastModifiedDate

getBenCountToSync =<Enter your socket address here>/identity-0.0.1/id/countBenByVillageIdAndLastModifiedDate

registrarQuickSearchByIdUrl =<Enter your socket address here>/commonapi-v1.0/beneficiary/searchUserByID

Expand Down
4 changes: 3 additions & 1 deletion src/main/environment/common_test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ carestreamOrderCreateURL =<Enter your socket address here>/commonapi-v1.0/carest
# Registration
registrationUrl =<Enter your socket address here>/commonapi-v1.0/beneficiary/create

syncSearchByLocation =<Enter your socket address here>/identity-0.0.1/id/searchByDistrictId
syncSearchByLocation =<Enter your socket address here>/identity-0.0.1/id/searchByVillageIdAndLastModifiedDate

getBenCountToSync =<Enter your socket address here>/identity-0.0.1/id/countBenByVillageIdAndLastModifiedDate

registrarQuickSearchByIdUrl =<Enter your socket address here>/commonapi-v1.0/beneficiary/searchUserByID

Expand Down
4 changes: 3 additions & 1 deletion src/main/environment/common_uat.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ carestreamOrderCreateURL =<Enter your socket address here>/commonapi-v1.0/carest
# Registration
registrationUrl =<Enter your socket address here>/commonapi-v1.0/beneficiary/create

syncSearchByLocation =<Enter your socket address here>/identity-0.0.1/id/searchByDistrictId
syncSearchByLocation =<Enter your socket address here>/identity-0.0.1/id/searchByVillageIdAndLastModifiedDate

getBenCountToSync =<Enter your socket address here>/identity-0.0.1/id/countBenByVillageIdAndLastModifiedDate

registrarQuickSearchByIdUrl =<Enter your socket address here>/commonapi-v1.0/beneficiary/searchUserByID

Expand Down

0 comments on commit 3efd333

Please sign in to comment.