You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Configurations/Config-Server/configrepo/CSI-NET-BLOODBNK_old17-12-2...

84 lines
3.1 KiB

---
AppSettings:
SiteTitle: CSI-NET-BLOODBNK-{env}
SiteUrl: ""
PostgreSQL:
ReadCon: "Host={database:host};Port={database:port};Database={database:bloodBank:dbName};User Id={database:bloodBank:userId};Password={database:bloodBank:password};"
WriteCon: "Host={database:host};Port={database:port};Database={database:bloodBank:dbName};User Id={database:bloodBank:userId};Password={database:bloodBank:password};"
Oracle:
ReadCon: "Data Source=(description=(address=(host={database:primaryHost})(protocol=tcp)(port={database:port}))(address=(host={database:secondaryHost})(protocol=tcp)(port={database:port}))(failover=yes)(connect_data=(service_name={database:serviceName})(failover_mode=(type=select)(method=basic))));User Id={database:bloodBank:userId};Password={database:bloodBank:password}"
WriteCon: "Data Source=(description=(address=(host={database:primaryHost})(protocol=tcp)(port={database:port}))(address=(host={database:secondaryHost})(protocol=tcp)(port={database:port}))(failover=yes)(connect_data=(service_name={database:serviceName})(failover_mode=(type=select)(method=basic))));User Id={database:bloodBank:userId};Password={database:bloodBank:password}"
contextSkipOn:
kafka:
service_name: CSI-NET-BLOODBNK-{env}
rabbitmq:
exchnage:
exchangeName: vidaplus.empi.exchange
type: topic
durable: true
exclusive: false
autoDelete: false
queue:
name: bb-donor-patient
routekey: csi.vidaplus.empi.events.patientcreatedevent
durable: true
exclusive: false
autoDelete: false
autoAck: false
queue2:
name: bb-donor-patient-n
routekey: csi.vidaplus.empi.events.patientcreatedevent
durable: true
exclusive: false
autoDelete: false
autoAck: false
patient-edit-queue:
name: bb-donor-patient-edit
routekey: csi.vidaplus.empi.events.patienteditedevent
durable: true
exclusive: false
autoDelete: false
autoAck: false
update-specific-field-queue:
name: bb-donor-patient-update-specific-field
routekey: csi.vidaplus.empi.events.updatespecificfieldsevent
durable: true
exclusive: false
autoDelete: false
autoAck: false
rabbitmqDebug:
exchnage:
exchangeName: vidaplus.empi.exchange
type: topic
durable: true
exclusive: false
autoDelete: false
queue:
name: bb-donor-patient
routekey: bb-donor-patient
durable: true
exclusive: false
autoDelete: false
autoAck: false
queue2:
name: bb-donor-patient-n
routekey: bb-donor-patient-n
durable: true
exclusive: false
autoDelete: false
autoAck: false
Report:
Mongo:
Collection: BLOODBANK
KafkaTopics:
NewDonorCreate: "{env}-csi-net-bloodbnk.new-donor-create"
NewDonationCreate: "{env}-csi-net-bloodbnk.new-donation-create"
EmpiRegisterPatientTopic: "csi.vidaplus.empi.events.patientcreatedevent"
EmpiEditPatientTopic: "csi.vidaplus.empi.events.patienteditedevent"
EmpiPatientUpdateSpecificFieldsTopic: "csi.vidaplus.empi.events.updatespecificfieldsevent"
IsKafkaEnabledInEmpi: false
ElasticApm:
ServiceName: CSI-NET-BLOODBNK