diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj index 3c68cb8d..f676e6cd 100644 --- a/Lux.API/Lux.API.csproj +++ b/Lux.API/Lux.API.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 0.9.2508.0810 + 0.9.2508.0811 diff --git a/Lux.API/Properties/PublishProfiles/IIS04.pubxml b/Lux.API/Properties/PublishProfiles/IIS04.pubxml index 7123c570..cdb783ed 100644 --- a/Lux.API/Properties/PublishProfiles/IIS04.pubxml +++ b/Lux.API/Properties/PublishProfiles/IIS04.pubxml @@ -6,12 +6,12 @@ true Release Any CPU - https://iis01.egalware.com/lux/srv/swagger/index.html + https://office.egalware.com/lux/srv/swagger/index.html false 803f1751-6183-45de-a914-56ef91af8637 false - https://IIS01.egalware.com:8172/MsDeploy.axd - Default Web Site/lux/srv + https://office.egalware.com:8172/MsDeploy.axd + office.egalware.com/lux/srv true WMSVC diff --git a/Lux.API/appsettings.Development.json b/Lux.API/appsettings.Development.json index 0c208ae9..02f2251b 100644 --- a/Lux.API/appsettings.Development.json +++ b/Lux.API/appsettings.Development.json @@ -4,5 +4,10 @@ "Default": "Information", "Microsoft.AspNetCore": "Warning" } + }, + "ServerConf": { + "BaseUrl": "/lux/srv/", + "PubChannel": "EgwDevEngineInput", + "SubChannel": "EgwDevEngineOutput" } } diff --git a/Lux.API/appsettings.Production.json b/Lux.API/appsettings.Production.json new file mode 100644 index 00000000..c294297e --- /dev/null +++ b/Lux.API/appsettings.Production.json @@ -0,0 +1,13 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "ServerConf": { + "BaseUrl": "/lux/srv/", + "PubChannel": "EgwEngineInput", + "SubChannel": "EgwEngineOutput" + } +} diff --git a/Lux.API/appsettings.Staging.json b/Lux.API/appsettings.Staging.json index 9ec87306..027eceaa 100644 --- a/Lux.API/appsettings.Staging.json +++ b/Lux.API/appsettings.Staging.json @@ -6,6 +6,10 @@ } }, "ServerConf": { - "BaseUrl": "/lux/srv/" + "BaseUrl": "/lux/srv/", + //"PubChannel": "EgwEngineInput", + //"SubChannel": "EgwEngineOutput", + "PubChannel": "EgwDevEngineInput", + "SubChannel": "EgwDevEngineOutput" } } diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html index eb89a14f..53593b7a 100644 --- a/Resources/ChangeLog.html +++ b/Resources/ChangeLog.html @@ -1,6 +1,6 @@ LUX - Web Windows MES -

Versione: 0.9.2508.0810

+

Versione: 0.9.2508.0811


Note di rilascio: