Files
Otchislator/src/Otchinslator/appsettings.json

28 lines
724 B
JSON

{
"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": "*"
}