dotnet-installer/TestAssets/TestProjects/ProjectJsonWebTemplate/appsettings.json

14 lines
252 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=WebApplication.db"
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}