Core.Inventory.Service/Core.Inventory.Service.API/appsettings.json
2025-06-22 19:34:07 -06:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}