From 69e64502e9017c53af71cba603046da4b2ae8df2 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 22 Sep 2025 17:38:44 +0200 Subject: [PATCH] Fix conf canali Dev/prod x REDIS x UI e API --- Lux.API/appsettings.Development.json | 4 ++-- Lux.API/appsettings.Staging.json | 2 -- Lux.UI/Lux.UI.csproj | 2 +- Lux.UI/appsettings.Development.json | 2 ++ Lux.UI/appsettings.Production.json | 2 ++ Lux.UI/appsettings.json | 4 ++-- Resources/ChangeLog.html | 2 +- Resources/VersNum.txt | 2 +- Resources/manifest.xml | 2 +- 9 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Lux.API/appsettings.Development.json b/Lux.API/appsettings.Development.json index c294297e..02f2251b 100644 --- a/Lux.API/appsettings.Development.json +++ b/Lux.API/appsettings.Development.json @@ -7,7 +7,7 @@ }, "ServerConf": { "BaseUrl": "/lux/srv/", - "PubChannel": "EgwEngineInput", - "SubChannel": "EgwEngineOutput" + "PubChannel": "EgwDevEngineInput", + "SubChannel": "EgwDevEngineOutput" } } diff --git a/Lux.API/appsettings.Staging.json b/Lux.API/appsettings.Staging.json index 027eceaa..02f2251b 100644 --- a/Lux.API/appsettings.Staging.json +++ b/Lux.API/appsettings.Staging.json @@ -7,8 +7,6 @@ }, "ServerConf": { "BaseUrl": "/lux/srv/", - //"PubChannel": "EgwEngineInput", - //"SubChannel": "EgwEngineOutput", "PubChannel": "EgwDevEngineInput", "SubChannel": "EgwDevEngineOutput" } diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj index 321a7806..a742deaf 100644 --- a/Lux.UI/Lux.UI.csproj +++ b/Lux.UI/Lux.UI.csproj @@ -5,7 +5,7 @@ enable enable aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50 - 0.9.2509.1919 + 0.9.2509.2015 diff --git a/Lux.UI/appsettings.Development.json b/Lux.UI/appsettings.Development.json index da8e814f..38731702 100644 --- a/Lux.UI/appsettings.Development.json +++ b/Lux.UI/appsettings.Development.json @@ -6,6 +6,8 @@ } }, "ServerConf": { + "PubChannel": "EgwDevEngineInput", + "SubChannel": "EgwDevEngineOutput", "Prog.ApiUrl": "https://iis01.egalware.com/lux/srv/api" //"Prog.ApiUrl": "https://office.egalware.com/lux/srv/api" } diff --git a/Lux.UI/appsettings.Production.json b/Lux.UI/appsettings.Production.json index 9e67e477..14eb2fe3 100644 --- a/Lux.UI/appsettings.Production.json +++ b/Lux.UI/appsettings.Production.json @@ -6,6 +6,8 @@ } }, "ServerConf": { + "PubChannel": "EgwEngineInput", + "SubChannel": "EgwEngineOutput", "Prog.ApiUrl": "https://office.egalware.com/lux/srv/api" } } diff --git a/Lux.UI/appsettings.json b/Lux.UI/appsettings.json index 835855d0..4cc386fb 100644 --- a/Lux.UI/appsettings.json +++ b/Lux.UI/appsettings.json @@ -59,8 +59,8 @@ "ImageCalcTag": "svg-preview", "Prog.ApiUrl": "https://office.egalware.com/lux/srv/api", "ImageBaseUrl": "window", - "PubChannel": "EgwEngineInput", - "SubChannel": "EgwEngineOutput", + "PubChannel": "EgwDevEngineInput", + "SubChannel": "EgwDevEngineOutput", "SvgChannel": "svg:img", "BaseUrl": "/lux/ui/" } diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index 29f2ad10..2c477e7b 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES -

Versione: 0.9.2509.1919

+

Versione: 0.9.2509.2015


Note di rilascio: