Files
Core.Inventory.BFF/Core.Inventory.BFF.API/appsettings.Local.json
2025-06-23 01:55:17 -06:00

13 lines
195 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"LocalGateways": {
"InventoryService": "https://localhost:7028"
}
}