Allow simulation for UAT and add more mimic-iv scenarios
This commit is contained in:
@@ -41,8 +41,16 @@
|
||||
"Swagger": { "Enabled": false },
|
||||
"Seeding": { "EnableDemoData": false },
|
||||
"Simulation": {
|
||||
// Patient-safety gate: never expose scenario replay against real care data.
|
||||
// Flip only for dedicated training/staging environments with synthetic patients.
|
||||
"Enabled": false
|
||||
// UAT / clinical evaluation: in-app scenario replay is on so testers can
|
||||
// exercise the ward without a terminal. Patients created here are marked
|
||||
// IsSimulated; Reset ward only deletes those rows. Do not enable against a
|
||||
// database that also holds real care data — use a dedicated UAT DB.
|
||||
"Enabled": true,
|
||||
"ScenarioDirectory": "Scenarios/List",
|
||||
"LoopbackBaseUrl": "http://localhost:8080",
|
||||
"RunnerUsername": "simulation.runner",
|
||||
"MaxConcurrentRuns": 8,
|
||||
"MaxSpeed": 600,
|
||||
"RunHistoryLimit": 50
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user