todolist-proto/backend/appsettings.json

13 lines
230 B
JSON
Raw Permalink Normal View History

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