mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:36:33 +00:00
121052a3ef
add security encryption and hashing: WIP add endpoints: register user, get and save resources add db main operations, User entity
18 lines
346 B
JSON
18 lines
346 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ResourcesConfig": {
|
|
"ResourcesFolder": "Content",
|
|
"Resources": {
|
|
"AnnotatorDll": "Azaion.Annotator.dll",
|
|
"AIModelONNX": "azaion.onnx",
|
|
"AIModelRKNN": "azaion.rknn"
|
|
}
|
|
}
|
|
}
|