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

33 lines
916 B
JSON

{
////#if (OrganizationalAuth)
// "Authentication": {
// "AzureAd": {
// "AADInstance": "https:////login.microsoftonline.com/",
// "CallbackPath": "/signin-oidc",
//#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
////#if (IndividualAuth)
// "ConnectionStrings": {
////#if (UseLocalDB)
// "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Company.WebApplication1-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true"
////#else
// "DefaultConnection": "DataSource=app.db"
//#endif
// },
//#endif
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
}
}