From 2ed521330ca12c44d7bec0f9ccf69f43b518fd92 Mon Sep 17 00:00:00 2001 From: Naeem Ullah Date: Thu, 8 Jan 2026 18:28:11 +0500 Subject: [PATCH] CMB_ORGA_CODE CMB_ORGA_CODE --- aconnect/src/main/resources/application-live.properties | 2 +- aconnect/src/main/resources/application-uat.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aconnect/src/main/resources/application-live.properties b/aconnect/src/main/resources/application-live.properties index 2ef8610..705f713 100644 --- a/aconnect/src/main/resources/application-live.properties +++ b/aconnect/src/main/resources/application-live.properties @@ -1,6 +1,6 @@ app.deposit.uri=${CIIHIVE_API_BASE_URL} app.generalledger.uri=${CIIHIVE_API_BASE_URL} -app.organization.uri=${CIIHIVE_API_BASE_URL} +app.organization.uri=${CMB_ORGA_CODE} app.security.uri=${CIIHIVE_API_BASE_URL}/security/auth/user app.crm.uri=${CIIHIVE_API_BASE_URL} diff --git a/aconnect/src/main/resources/application-uat.properties b/aconnect/src/main/resources/application-uat.properties index 34c798f..a423ee8 100644 --- a/aconnect/src/main/resources/application-uat.properties +++ b/aconnect/src/main/resources/application-uat.properties @@ -1,6 +1,6 @@ app.deposit.uri=${CIIHIVE_API_BASE_URL} app.generalledger.uri=${CIIHIVE_API_BASE_URL} -app.organization.uri=${CIIHIVE_API_BASE_URL} +app.organization.uri=${CMB_ORGA_CODE} app.security.uri=${CIIHIVE_API_BASE_URL}/security/auth/user app.crm.uri=${CIIHIVE_API_BASE_URL}