Update to allow for seeding of database
CI / backend (push) Successful in 9m43s
CI / frontend (push) Successful in 1m52s

This commit is contained in:
2026-08-11 05:29:51 +08:00
parent 1ade75b635
commit 8b1eddb587
9 changed files with 287 additions and 7 deletions
+4 -1
View File
@@ -227,7 +227,10 @@
"Enabled": true
},
"Seeding": {
"EnableDemoData": true
"EnableDemoData": true,
"Admin": null,
"Nurse": null,
"Physician": null
},
"Simulation": {
"Enabled": false,