From 19f0a34c2366f4a3fd74f52240129154139fe682 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Thu, 17 Apr 2025 11:39:53 +0530 Subject: [PATCH] fix: update billing database URL to include current schema in service configuration --- configmaps/service-config-pharmacy.yml | 1 - configmaps/service-configs-bm.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configmaps/service-config-pharmacy.yml b/configmaps/service-config-pharmacy.yml index 4960ae6..ed2f69f 100644 --- a/configmaps/service-config-pharmacy.yml +++ b/configmaps/service-config-pharmacy.yml @@ -12,7 +12,6 @@ data: prescription-db-url: jdbc:postgresql://172.15.100.28:5432/temp-quat-database prescription-db-platform: org.hibernate.dialect.PostgreSQLDialect mongodb-phr-cron-uri: mongodb://172.15.100.24:27017/cron - apm_server: http://172.100.10.57.:8200,http://172.100.10.57:8200 kind: ConfigMap metadata: diff --git a/configmaps/service-configs-bm.yml b/configmaps/service-configs-bm.yml index f4368c4..6f9b311 100644 --- a/configmaps/service-configs-bm.yml +++ b/configmaps/service-configs-bm.yml @@ -1,7 +1,7 @@ apiVersion: v1 data: CSI_DB_BM_APPROVAL_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database - CSI_DB_BM_BILLING_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database + CSI_DB_BM_BILLING_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database?currentSchema=bl_billing CSI_DB_BM_INVOICE_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database CSI_DB_PORT: "1521" CSI_DB_SERVER: postgress