Большое обновление

This commit is contained in:
2025-01-02 14:42:15 +03:00
parent 4428052d78
commit 098eeb468e
14 changed files with 633 additions and 118 deletions

View File

@@ -1,4 +1,14 @@
{
"GotenbergSharpClient": {
"ServiceUrl": "http://localhost:3000",
"HealthCheckUrl": "http://localhost:3000/health",
"RetryPolicy": {
"Enabled": true,
"RetryCount": 4,
"BackoffPower": 1.5,
"LoggingEnabled": true
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
@@ -10,7 +20,7 @@
"TenantId": "sfedu.ru",
"ClientId": "ab679823-ea58-4c45-9af5-3284b1285aa2",
"ClientSecret": "DGu8Q~S5R8YbrNpklfB1aI5~JKdoSxEcgavKDc_s",
"Domain": "sfedu.onmicrosoft.com", //Application ID URI without Application (client) ID and https
"Domain": "sfedu.onmicrosoft.com",
"CallbackPath": "/signin-oidc"
},
"AllowedHosts": "*"