Update to allow for seeding of database
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
/// <summary>
|
||||
/// Demo site + gateway with fixed GUIDs. Production uses BootstrapSeeder /
|
||||
/// register-gateway with GATEWAY_ID / GATEWAY_SITE_ID from the environment.
|
||||
/// </summary>
|
||||
public static class GatewayRegistrySeeder
|
||||
{
|
||||
public static readonly Guid DemoSiteId =
|
||||
|
||||
Reference in New Issue
Block a user