appsettings.Development.json
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=WebFileServ;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"DataInitializerConfig": {
"ReCreateDataBase": "true",
"AutoApplyMigration": "true",
"FillData": "true"
}
//"Logging": {
// "LogLevel": {
// "Default": "Information",
// "Microsoft": "Warning",
// "Microsoft.Hosting.Lifetime": "Information"
// }
//}
}