todolist-proto/backend/appsettings.Development.json

12 lines
197 B
JSON
Raw Permalink Normal View History

2026-01-20 18:40:33 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=todos.db"
}
}