diff --git a/Core.Inventory.Service.API/appsettings.Local.json b/Core.Inventory.Service.API/appsettings.Local.json index a09b830..740f657 100644 --- a/Core.Inventory.Service.API/appsettings.Local.json +++ b/Core.Inventory.Service.API/appsettings.Local.json @@ -7,7 +7,6 @@ }, "AllowedHosts": "*", "LocalGateways": { - //"InventoryDAL": "https://localhost:7037", - "InventoryDAL": "http://portainer.white-enciso.pro:5101" + "InventoryDAL": "https://localhost:7037" } }