mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:56:33 +00:00
add postgres
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
public class ConnectionStrings
|
||||
{
|
||||
public string AzaionDb { get; set; } = null!;
|
||||
public string AzaionDbAdmin { get; set; } = null!;
|
||||
}
|
||||
@@ -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