Allow simulation for UAT and add more mimic-iv scenarios
This commit is contained in:
@@ -68,6 +68,15 @@ services:
|
||||
Seeding__GatewayCode: "${GATEWAY_CODE:-GW-ICU-1}"
|
||||
Seeding__GatewayDepartment: "${GATEWAY_DEPARTMENT:-ICU}"
|
||||
Swagger__Enabled: "false"
|
||||
# UAT clinical simulation — scenarios ship in the image under Scenarios/List.
|
||||
# SIMULATION_ENABLED defaults on for this evaluation environment; set false
|
||||
# when promoting to a DB that holds real care data.
|
||||
Simulation__Enabled: "${SIMULATION_ENABLED:-true}"
|
||||
Simulation__ScenarioDirectory: "Scenarios/List"
|
||||
Simulation__LoopbackBaseUrl: "http://localhost:8080"
|
||||
Simulation__RunnerUsername: "simulation.runner"
|
||||
Simulation__RunnerPassword: "${SIMULATION_RUNNER_PASSWORD}"
|
||||
Simulation__MaxConcurrentRuns: "${SIMULATION_MAX_CONCURRENT_RUNS:-8}"
|
||||
volumes:
|
||||
# CRITICAL: the Data Protection keyring encrypts patient PHI. If this
|
||||
# volume is lost, every encrypted patient record becomes unreadable.
|
||||
|
||||
Reference in New Issue
Block a user