mirror of
https://github.com/azaion/admin.git
synced 2026-06-21 19:11:10 +00:00
add postgres
This commit is contained in:
@@ -4,5 +4,6 @@ public class JwtConfig
|
||||
{
|
||||
public string Issuer { get; set; } = null!;
|
||||
public string Audience { get; set; } = null!;
|
||||
public string Secret { get; set; }
|
||||
public string Secret { get; set; } = null!;
|
||||
public double TokenLifetimeHours { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user