diff --git a/configmaps/init-database-configs.yaml b/configmaps/init-database-configs.yaml index b8a3355..b3fb799 100644 --- a/configmaps/init-database-configs.yaml +++ b/configmaps/init-database-configs.yaml @@ -28,6 +28,7 @@ data: SCREEN_PERMISSION_API_END_POINT: http://service-base-ui-registry/ui-registry/save FEATURE_TOGGLE_API_END_POINT: 'http://csi-java-base-utility/base/util/tenant' LIQUIBASE_DB_MIGRATION: "true" + isDropValidationDisabled: "true" FRONTEND_KEYWORDS_INCLUDES: "csi-ehr-ic-dashboard" BACKEND_KEYWORDS_INCLUDES: "csi-ds-dental-core-java-sev,csi-rms-morgue,csi-rf-file-uploader,api-gateway,csi-central-authentication-service,csi-base-services-parent,csi-ehr-ic-bundle-java-sev,csi-ehr-ic-dashboard-java-sev,csi-ehr-or-booking-java-sev,csi-ehr-or-book-java-sev,csi-ehr-or-anesthesia-java-sev,csi-integration-engine,base-utility-service-java-sev,samples,csi-vidaplus-framework,csi-services,csi-base-service-temp,csi-ehr-initialassessment-java-sev,csi-ehr-common-java-sev,csi-ehr-template-java-sev,csi-ehr-listener-java-sev,csi-ehr-specialized-clinic-java-sev,csi-ehr-ldr-java-sev,csi-blood-transfusion-java,csi-ie-general,csi-ie-common,csi-ie-mapper,csi-ie-ots,csi-ie-wasfaty,csi-ie-cas,csi-ie-sickleave,csi-ie-ris,csi-ie-mdi,csi-ie-metrics,csi-ie-crisis,csi-ie-generalii,csi-ie-mobile,csi-ie-ihe,csi-ie-dq,csi.vidaplus.rcmss,csi-ehr-ip-java-sev,csi-ehr-common-scheduler-java-sev,csi-ehr-services-parent,csi-rcm-claim-java-service,csi-vidaplus-framework,csi-java-ehr-ip-doctor-prescription,csi-phr-cron,csi-phr-base,csi-phr-base-bgservice,csi-workflow-automation-service-java-sev,csi-java-bb-service,bb-donation_srv,csi-net-bb-mgt-srv,csi-ehr-common-growthchart-java-sev,csi-ehr-common-admission-discharge-java-sev,csi-empi-api,csi-empi-wrapper,csi-empi-patient-registration-srv,csi-empi-patient-service-read,csi-ehr-config-test,csi-ehr-opd-java-sev,csi-ehr-opd-patient-pomr-java-sev,csi-ehr-config-java-sev,csi-bm-inte-bridge-java-service,csi-bm-billing-java-service,csi-bm-invoice-java-service,csi-bm-approval-java-service,csi-personalization-service-java-sev,lab-labmgt_srv,lab-scheduled,lab-vidaptorintegration,csi-ehr-er-functions-dotnet-sev,csi-health-information-srv,ren-hemodialysis-srv,csi-net-base-email,csi-net-base-notifications,csi-net-base-notifications-query,csi-net-base-sms,csi-net-base-message-templates,csi-net-base-wss,csi-pms-adt-request" ENVIRONMENT: QUAT diff --git a/configmaps/service-configs-bm.yml b/configmaps/service-configs-bm.yml index 6f9b311..f4368c4 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?currentSchema=bl_billing + CSI_DB_BM_BILLING_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database CSI_DB_BM_INVOICE_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database CSI_DB_PORT: "1521" CSI_DB_SERVER: postgress