Update to allow for seeding of database
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
/// <summary>
|
||||
/// Demo-only users with well-known passwords. Invoked only when
|
||||
/// Seeding:EnableDemoData is true (never in production). Production bootstrap
|
||||
/// accounts come from BootstrapSeeder + Seeding:Admin/Nurse/Physician config.
|
||||
/// </summary>
|
||||
public static class UserSeeder
|
||||
{
|
||||
public static readonly Guid SimulationRunnerUserId =
|
||||
|
||||
Reference in New Issue
Block a user