Allow simulation for UAT and add more mimic-iv scenarios
CI / backend (push) Successful in 9m56s
CI / frontend (push) Successful in 1m54s

This commit is contained in:
2026-08-11 07:25:55 +08:00
parent 87e551c0d7
commit 8f36ffbb02
17 changed files with 18608 additions and 7 deletions
@@ -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
}
}