Files
Workshop10-API/appsettings.Development.json

12 lines
206 B
JSON
Raw Normal View History

2025-08-24 12:08:35 -03:00
{
2025-09-03 16:31:58 -03:00
"ConnectionStrings": {
"WorkshopsDb": "Data Source=workshops.db"
},
2025-08-24 12:08:35 -03:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}