From 834c125c4e06e79509b3481682ac2fbf9e9e53b6 Mon Sep 17 00:00:00 2001 From: Mithun James <1007084+drtechie@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:34:06 +0530 Subject: [PATCH] fix: env variables for central MMU server --- src/main/environment/common_ci.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/environment/common_ci.properties b/src/main/environment/common_ci.properties index b6caef4c..714e33d8 100644 --- a/src/main/environment/common_ci.properties +++ b/src/main/environment/common_ci.properties @@ -23,10 +23,10 @@ beneficiaryEditUrl =@env.COMMON_API@beneficiary/updateBenefciaryDetails registrarAdvanceSearchUrl =@env.COMMON_API@beneficiary/searchBeneficiary ## Data Sync API, central -dataSyncUploadUrl=@env.MMU_API@dataSync/van-to-server +dataSyncUploadUrl=@env.MMU_CENTRAL_SERVER@dataSync/van-to-server ## Data download API, central -dataSyncDownloadUrl=@env.MMU_API@dataSync/server-to-van +dataSyncDownloadUrl=@env.MMU_CENTRAL_SERVER@dataSync/server-to-van ## TC specialist slot booking, # not required tcSpecialistSlotBook=@env.TM_API@schedule/bookSlot @@ -35,7 +35,7 @@ tcSpecialistSlotBook=@env.TM_API@schedule/bookSlot tcSpecialistSlotCancel=@env.TM_API@schedule/cancelBookedSlot ## benGenUrl, common, central -benGenUrlCentral=@env.COMMON_API@beneficiary/generateBeneficiaryIDs +benGenUrlCentral=@env.COMMON_API_OPEN_SYNC@beneficiary/generateBeneficiaryIDs ## benImportUrl, identity, local benImportUrlLocal=@env.IDENTITY_API_BASE_URL@id/saveGeneratedBenIDToLocalServer @@ -46,10 +46,10 @@ tmCentralServer = @env.TM_CENTRAL_SERVER@common/get/Case-sheet/printData specialistSign=@env.COMMON_API@signature1/getSignClass ## inventory transaction download URL, central, mmu -dataSyncTransactionDownloadUrl=@env.MMU_API@dataSync/server-to-van-transactional +dataSyncTransactionDownloadUrl=@env.MMU_CENTRAL_SERVER@dataSync/server-to-van-transactional ## inventory transaction processed flag update URL, central, mmu -dataSyncProcessedFlagUpdate=@env.MMU_API@dataSync/updateProcessedFlagPostDownload +dataSyncProcessedFlagUpdate=@env.MMU_CENTRAL_SERVER@dataSync/updateProcessedFlagPostDownload fileBasePath =@env.MMU_FILE_BASE_PATH@