mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 23:56:32 +00:00
f5e466108a
add ToHash for encryption Key
18 lines
328 B
JSON
18 lines
328 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ResourcesConfig": {
|
|
"ResourcesFolder": "Content"
|
|
},
|
|
"JwtConfig": {
|
|
"Issuer": "AzaionApi",
|
|
"Audience": "Annotators/OrangePi/Admins",
|
|
"TokenLifetimeHours": 2.5
|
|
}
|
|
}
|