[claudesquad] update from 'database' on 22 Jul 25 13:45 EDT (paused)

This commit is contained in:
2025-07-22 13:45:24 -04:00
parent 90fa76b864
commit 168137d463
34 changed files with 3252 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"Database": {
"EnableSensitiveDataLogging": true,
"EnableDetailedErrors": true,
"SeedTestData": true,
"AutoMigrate": true
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Information",
"Microsoft.EntityFrameworkCore": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Debug"
}
}
}