mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 22:06:33 +00:00
20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ResourcesConfig": {
|
|
"ResourcesFolder": "Content",
|
|
"SuiteInstallerFolder": "suite",
|
|
"SuiteStageInstallerFolder": "suite-stage"
|
|
},
|
|
"JwtConfig": {
|
|
"Issuer": "AzaionApi",
|
|
"Audience": "Annotators/OrangePi/Admins",
|
|
"TokenLifetimeHours": 4
|
|
}
|
|
}
|