fix: update billing database URL to include current schema in service configuration

main
Ishrath Ahamed 2 months ago
parent 4d51bf7cbf
commit 19f0a34c23

@ -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:

@ -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

Loading…
Cancel
Save