fix
This commit is contained in:
@@ -7,7 +7,7 @@ public class AppConfig
|
||||
public string DbName { get; init; } = default!;
|
||||
public string DbUser { get; init; } = default!;
|
||||
public string DbPassword { get; init; } = default!;
|
||||
public string DexIssuer { get; init; } = default!;
|
||||
public string Issuer { get; init; } = default!;
|
||||
public bool InsecureDevMode { get; init; }
|
||||
public string? InsecureDevEmail { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user