Files
Teamup/src/Hosts/TeamUp.Web/appsettings.Development.json
T

15 lines
261 B
JSON
Raw Normal View History

2026-06-09 06:41:28 +03:30
{
"Database": {
"ApplyMigrationsOnStartup": true
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft.AspNetCore": "Information",
"Microsoft.EntityFrameworkCore": "Warning"
}
}
}
}