Files
squad/src/Database/appsettings.Development.json

16 lines
384 B
JSON
Raw Normal View History

{
"Database": {
"EnableSensitiveDataLogging": true,
"EnableDetailedErrors": true,
"SeedTestData": true,
"AutoMigrate": true
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Information",
"Microsoft.EntityFrameworkCore": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
}
}
}