From 7313ebe4de02b042a877db20cec1d1748fc566f9 Mon Sep 17 00:00:00 2001 From: michele Date: Mon, 17 Feb 2025 09:44:05 +0100 Subject: [PATCH] Rapp_New: corretto refuso id fisso + appsettings.json puntamenti --- Controllers/Rapp_NewController.cs | 2 +- appsettings.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Controllers/Rapp_NewController.cs b/Controllers/Rapp_NewController.cs index ea0b230..bbadbd1 100644 --- a/Controllers/Rapp_NewController.cs +++ b/Controllers/Rapp_NewController.cs @@ -171,7 +171,7 @@ namespace VirtualTask.Controllers { SessionHelper helper = new SessionHelper(this); - id = "V000000135"; + //id = "V000000135"; token = helper.GetStringValue("tok"); diff --git a/appsettings.json b/appsettings.json index 9d55d3f..471fea7 100644 --- a/appsettings.json +++ b/appsettings.json @@ -8,15 +8,15 @@ "ApplicationInsights": { //PRODUZIONE - //"rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/", - //"rootUrlApi2": "https://api.poloinformatico.it:9000/VIRTU/", - //"rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\", + "rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/", + "rootUrlApi2": "https://api.poloinformatico.it:9000/VIRTU/", + "rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\", "rootUrl": "https://virtualtask.it/", //TEST - "rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/", - "rootUrlApi2": "http://testapi.poloinformatico.it:9001/VIRTU/", - "rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\", + //"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/", + //"rootUrlApi2": "http://testapi.poloinformatico.it:9001/VIRTU/", + //"rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\", //"rootUrl": "https://localhost:7140/",