mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 22:56:32 +00:00
49de0351c1
fix hardware hash stack in the jwt token claims
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ResourcesConfig": {
|
|
"ResourcesFolder": "Content"
|
|
},
|
|
"JwtConfig": {
|
|
"Issuer": "AzaionApi",
|
|
"Audience": "Annotators/OrangePi/Admins",
|
|
"TokenLifetimeHours": 4
|
|
}
|
|
}
|