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

13 lines
213 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"LocalGateways": {
"InventoryDAL": "https://localhost:7037"
}
}