From bae66d70f99963826c8a1b44c214315f2d99b5d2 Mon Sep 17 00:00:00 2001 From: Naeem Ullah Date: Thu, 8 Jan 2026 17:03:54 +0500 Subject: [PATCH] Added ENV --- aconnect/src/main/resources/application-live.properties | 6 +++--- aconnect/src/main/resources/application-test.properties | 6 +++--- aconnect/src/main/resources/application-uat.properties | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aconnect/src/main/resources/application-live.properties b/aconnect/src/main/resources/application-live.properties index 705f713..5eda227 100644 --- a/aconnect/src/main/resources/application-live.properties +++ b/aconnect/src/main/resources/application-live.properties @@ -1,7 +1,7 @@ -app.deposit.uri=${CIIHIVE_API_BASE_URL} -app.generalledger.uri=${CIIHIVE_API_BASE_URL} +app.deposit.uri=${CMB_DEPOSIT_SERVER_URL} +app.generalledger.uri=${CMB_GL_SERVER_URL} app.organization.uri=${CMB_ORGA_CODE} -app.security.uri=${CIIHIVE_API_BASE_URL}/security/auth/user +app.security.uri=${CMB_SECURITY_SERVER_URL}/security/auth/user app.crm.uri=${CIIHIVE_API_BASE_URL} app.loan.uri=${CIIHIVE_API_BASE_URL} diff --git a/aconnect/src/main/resources/application-test.properties b/aconnect/src/main/resources/application-test.properties index a423ee8..9b7444c 100644 --- a/aconnect/src/main/resources/application-test.properties +++ b/aconnect/src/main/resources/application-test.properties @@ -1,7 +1,7 @@ -app.deposit.uri=${CIIHIVE_API_BASE_URL} -app.generalledger.uri=${CIIHIVE_API_BASE_URL} +app.deposit.uri=${CMB_DEPOSIT_SERVER_URL} +app.generalledger.uri=${CMB_GL_SERVER_URL} app.organization.uri=${CMB_ORGA_CODE} -app.security.uri=${CIIHIVE_API_BASE_URL}/security/auth/user +app.security.uri=${CMB_SECURITY_SERVER_URL}/security/auth/user app.crm.uri=${CIIHIVE_API_BASE_URL} app.loan.uri=${CIIHIVE_API_BASE_URL} \ No newline at end of file diff --git a/aconnect/src/main/resources/application-uat.properties b/aconnect/src/main/resources/application-uat.properties index a423ee8..9b7444c 100644 --- a/aconnect/src/main/resources/application-uat.properties +++ b/aconnect/src/main/resources/application-uat.properties @@ -1,7 +1,7 @@ -app.deposit.uri=${CIIHIVE_API_BASE_URL} -app.generalledger.uri=${CIIHIVE_API_BASE_URL} +app.deposit.uri=${CMB_DEPOSIT_SERVER_URL} +app.generalledger.uri=${CMB_GL_SERVER_URL} app.organization.uri=${CMB_ORGA_CODE} -app.security.uri=${CIIHIVE_API_BASE_URL}/security/auth/user +app.security.uri=${CMB_SECURITY_SERVER_URL}/security/auth/user app.crm.uri=${CIIHIVE_API_BASE_URL} app.loan.uri=${CIIHIVE_API_BASE_URL} \ No newline at end of file