Files
Core.Inventory.Service/Core.Inventory.Service.API/appsettings.Local.json

14 lines
277 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"LocalGateways": {
//"InventoryDAL": "https://localhost:7037",
"InventoryDAL": "http://portainer.white-enciso.pro:5101"
}
}