feature: In-App Simulation Runner (Backend)
CI / frontend (push) Canceled after 0s
CI / backend (push) Canceled after 8m32s

This commit is contained in:
voltsrage
2026-08-06 01:52:53 +08:00
parent 943d41339c
commit 24f45851e9
83 changed files with 3974 additions and 120 deletions
@@ -22,5 +22,15 @@
"DataLake": {
"FlushCount": 3,
"FlushIntervalSeconds": 10
},
"Simulation": {
"Enabled": true,
"ScenarioDirectory": "../VigilCare.Simulator/Scenarios/List",
"LoopbackBaseUrl": "http://localhost:5270",
"RunnerUsername": "simulation.runner",
"RunnerPassword": "DemoSimulation1!",
"MaxConcurrentRuns": 8,
"MaxSpeed": 600,
"RunHistoryLimit": 50
}
}