aspnetcore/template_feed/Microsoft.DotNet.Web.Projec.../content/WebApi-CSharp/appsettings.json

24 lines
603 B
JSON

{
////#if (OrganizationalAuth)
// "Authentication": {
// "AzureAd": {
// "AADInstance": "https:////login.microsoftonline.com/",
// "Audience": "https:////qualified.domain.name/Company.WebApplication1",
//#if (SingleOrgAuth)
// "ClientId": "11111111-1111-1111-11111111111111111",
// "Domain": "qualified.domain.name",
// "TenantId": "22222222-2222-2222-2222-222222222222"
//#else
// "ClientId": "11111111-1111-1111-11111111111111111"
//#endif
// }
// },
//#endif
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}