mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 21:36:33 +00:00
23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ResourcesConfig": {
|
|
"ResourcesFolder": "Content",
|
|
"Resources": {
|
|
"AnnotatorDll": "Azaion.Annotator.dll",
|
|
"AIModelONNX": "azaion.onnx",
|
|
"AIModelRKNN": "azaion.rknn"
|
|
}
|
|
},
|
|
"JwtConfig": {
|
|
"Issuer": "AzaionApi",
|
|
"Audience": "Annotators/OrangePi/Admins",
|
|
"TokenLifetimeHours": 2.5
|
|
}
|
|
}
|