From ab3863943d56c240eb4241085008b902c08d8e9a Mon Sep 17 00:00:00 2001 From: Efrain Marin Date: Sun, 3 Aug 2025 18:59:05 -0600 Subject: [PATCH] fix: reverted changes to local config file --- Core.Inventory.Service.API/appsettings.Local.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" } }