rename Azaion.Api -> Azaion.AdminApi

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-25 17:57:27 +02:00
parent 61f7c36198
commit ce44d565c8
10 changed files with 11 additions and 11 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"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
}
}