8 lines
205 B
C#
8 lines
205 B
C#
namespace MxGateway.Server.Configuration;
|
|
|
|
public sealed record EffectiveAuthenticationConfiguration(
|
|
string Mode,
|
|
string SqlitePath,
|
|
string PepperSecretName,
|
|
bool RunMigrationsOnStartup);
|