feature: Elasticsearch CQRS Projection and Analytics Endpoints
This commit is contained in:
@@ -46,5 +46,13 @@
|
||||
"NumPartitions": 6,
|
||||
"OutboxBatchSize": 100,
|
||||
"OutboxPollIntervalMs": 500
|
||||
},
|
||||
"Elasticsearch": {
|
||||
"Uri": "http://localhost:9200",
|
||||
"Indices": {
|
||||
"PatientEncounters": "patient_encounters",
|
||||
"Observations": "observations",
|
||||
"ClinicalAlerts": "clinical_alerts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user