generated from noisedestroyers/claude
16 lines
384 B
JSON
16 lines
384 B
JSON
{
|
|
"Database": {
|
|
"EnableSensitiveDataLogging": true,
|
|
"EnableDetailedErrors": true,
|
|
"SeedTestData": true,
|
|
"AutoMigrate": true
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Information",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
|
|
}
|
|
}
|
|
} |