From 0aa7efb172fe9ac1519eb958bb3ec39c2bdb1ac1 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Thu, 19 Jun 2025 15:48:50 +0530 Subject: [PATCH] update database configuration to change service name and database names to include '-database' suffix --- .../configrepo/application-net-csi-uat.yml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Config-Server/configrepo/application-net-csi-uat.yml b/Config-Server/configrepo/application-net-csi-uat.yml index 26b63aa..ec0f61d 100755 --- a/Config-Server/configrepo/application-net-csi-uat.yml +++ b/Config-Server/configrepo/application-net-csi-uat.yml @@ -37,7 +37,7 @@ CommandTimoutInMins: 1.0 database: host: "172.15.100.28" port: 5432 - serviceName: "temp-quat" + serviceName: "temp-quat-database" transportConnectTimeout: 5 connectTimeout: 5 retryDelay: 10 @@ -45,52 +45,52 @@ database: failOver: "ON" loadBalance: "off" lab: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "lb_labservice" password: "quatpg123" labPatient: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "lb_patient" password: "quatpg123" pharmacy: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "ph_pharmacy" password: "quatpg123" bloodBank: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "bb_bloodbank" password: "quatpg123" renal: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "re_hemdialy" password: "quatpg123" erFuncti: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "er_erfun" password: "quatpg123" opdPatient: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "eh_npatient" password: "quatpg123" opdMaster: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "eh_nmaster" password: "quatpg123" ehrDischarge: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "eh_ndischarge" password: "quatpg123" medispan: provider: "PostgreSQL" - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "ph_medispan" password: "quatpg123" himServi: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "hm_himservice" password: "quatpg123" hhc: - dbName: "temp-quat" + dbName: "temp-quat-database" userId: "csi_hhc" password: "quatpg123" # Global Parameters End =================================================