Clear appsettings
All checks were successful
Build and deploy / Publish image (push) Successful in 1m8s
All checks were successful
Build and deploy / Publish image (push) Successful in 1m8s
This commit is contained in:
@@ -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": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft.AspNetCore": "Warning"
|
"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": "*"
|
"AllowedHosts": "*"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user