generated from noisedestroyers/claude
[claudesquad] update from 'database' on 22 Jul 25 13:45 EDT (paused)
This commit is contained in:
16
src/Database/appsettings.Development.json
Normal file
16
src/Database/appsettings.Development.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user