update init-database-configs.yaml to remove TLS from MongoDB URL and change environment to QUAT

main
Ishrath Ahamed 2 months ago
parent 8e7b25ea2f
commit 91545505ad

@ -4,8 +4,6 @@ data:
CSI_INIT_DB_CONFIG_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
CSI_INIT_DB_BASEUTIL_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
CSI_INIT_DB_BL_INVOICE_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
CSI_INIT_DB_BL_INVOICE_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
SCREEN_PERMISSION_API_END_POINT: http://service-base-ui-registry/ui-registry/save
SCREEN_PERMISSION_X_GROUP: "1"
SCREEN_PERMISSION_X_HOSPITAL: "4"
SCREEN_PERMISSION_X_LOCATION: "4"
@ -24,7 +22,7 @@ data:
MASTER_DATA_X_MOUDLE: setup
MASTER_DATA_X_USER: "1002"
MASTER_DATA_DISABLED: "true"
MONGO_DB_URL: mongodb://admin:admin@172.15.100.24:27017/csi-morgue?tls=true&tlsAllowInvalidCertificates=truereadPreference=nearest
MONGO_DB_URL: mongodb://admin:admin@172.15.100.24:27017/csi-morgue?readPreference=nearest
#RELATIONAL_DATABASE_URL: jdbc:oracle:thin:@(description=(CONNECT_TIMEOUT=10)(TRANSPORT_CONNECT_TIMEOUT=5)(RETRY_COUNT=3)(address=(host=VIDAUDB.hmg.local)(protocol=tcp)(port=1521))(failover=yes)(connect_data=(SERVER=DEDICATED)(service_name=vuatpdb.hmg.local)(failover_mode=(type=select)(method=basic))))
RELATIONAL_DATABASE_URL: jdbc:postgresql://172.15.100.28:5432/temp-quat-database
SCREEN_PERMISSION_API_END_POINT: http://service-base-ui-registry/ui-registry/save
@ -32,8 +30,8 @@ data:
LIQUIBASE_DB_MIGRATION: "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: DEV
envPrefix: DEV
ENVIRONMENT: QUAT
envPrefix: QUAT
kind: ConfigMap
metadata:
name: init-database-configs

Loading…
Cancel
Save