Add deployment
This commit is contained in:
@@ -8,4 +8,11 @@ public sealed class GatewayOptions
|
||||
public int CentralReachabilityIntervalSeconds { get; init; } = 30;
|
||||
public int HeartbeatIntervalSeconds { get; init; } = 60;
|
||||
public int SyncBatchSize { get; init; } = 500;
|
||||
|
||||
/// <summary>
|
||||
/// When true (default), applies EF migrations at startup. The gateway is
|
||||
/// single-instance by design, so startup migration is safe. Set false if
|
||||
/// migrations are applied out-of-band (e.g. an EF migration bundle).
|
||||
/// </summary>
|
||||
public bool AutoMigrate { get; init; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user