Clear appsettings
All checks were successful
Build and deploy / Publish image (push) Successful in 1m8s

This commit is contained in:
2025-01-21 02:21:05 +03:00
parent bb2c2328f5
commit 7dcfacd6cd

View File

@@ -1,27 +1,9 @@
{
"GotenbergSharpClient": {
"ServiceUrl": "http://localhost:3000",
"HealthCheckUrl": "http://localhost:3000/health",
"RetryPolicy": {
"Enabled": true,
"RetryCount": 4,
"BackoffPower": 1.5,
"LoggingEnabled": true
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AzureAd": {
"Instance": "https://login.microsoftonline.com/",
"TenantId": "sfedu.ru",
"ClientId": "ab679823-ea58-4c45-9af5-3284b1285aa2",
"ClientSecret": "DGu8Q~S5R8YbrNpklfB1aI5~JKdoSxEcgavKDc_s",
"Domain": "sfedu.onmicrosoft.com",
"CallbackPath": "/signin-oidc"
},
"AllowedHosts": "*"
}