Files
Workshop10-API/appsettings.json

10 lines
151 B
JSON
Raw Normal View History

2025-08-24 12:08:35 -03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}