Files
MotoresArgentinosV2/Backend/MotoresArgentinosV2.API/appsettings.json

9 lines
141 B
JSON
Raw Normal View History

2026-01-29 13:43:44 -03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}