From 8e2d7871f98b8d3a079cb5ebe58d6bbe58d7554c Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 31 Mar 2025 16:17:12 +0200 Subject: [PATCH] update conf prod su TAB3 --- MP.Land/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.Land/appsettings.Production.json b/MP.Land/appsettings.Production.json index 4af9ea29..7bc4e23e 100644 --- a/MP.Land/appsettings.Production.json +++ b/MP.Land/appsettings.Production.json @@ -9,7 +9,7 @@ }, "Environment": "Steam PROD", "AllowedHosts": "*", - "QrJumpPath": "MP/TAB/jumper?", + "QrJumpPath": "MP/TAB3/jumper?", "appVers": "stable", "ConnectionStrings": { "DefaultConnection": "Server=SQL2016DEV;Database=MoonPro;Trusted_Connection=True;MultipleActiveResultSets=true",