From 52f19979af4e899c4a3c7900b0fb5f872a071e2c Mon Sep 17 00:00:00 2001 From: Loretta Date: Sat, 11 Jul 2026 06:55:05 +0200 Subject: [PATCH] =?UTF-8?q?Update=20PROD=20DB=20connection=20and=20EK?= =?UTF-8?q?=C3=81ER=20TODOs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Switched appsettings.json connection string to FruitBank_PROD. - Added EKÁER TODO for direction logic based on depot country (MGFBANKPLUG-EKAER-T-R6P2). - Documented need for EkaerHistory delete/regenerate endpoint (MGFBANKPLUG-EKAER-T-N4E7). --- Presentation/Nop.Web/App_Data/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Presentation/Nop.Web/App_Data/appsettings.json b/Presentation/Nop.Web/App_Data/appsettings.json index 1682296c..ebb97bd3 100644 --- a/Presentation/Nop.Web/App_Data/appsettings.json +++ b/Presentation/Nop.Web/App_Data/appsettings.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True", + "ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_PROD;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True", "DataProvider": "sqlserver", "SQLCommandTimeout": null, "WithNoLock": false