From 71e83eda538ddd22acc9a47937ffb2bf522c6420 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 22 Jul 2025 18:10:57 +0200 Subject: [PATCH] Renaming lowercase x rul respect --- Lux.API/Program.cs | 2 +- Lux.API/Properties/PublishProfiles/IIS01.pubxml | 4 ++-- Lux.API/Properties/PublishProfiles/IISProfile.pubxml | 4 ++-- Lux.API/appsettings.Staging.json | 2 +- Lux.API/appsettings.json | 2 +- Lux.UI/Properties/PublishProfiles/IISProfile.pubxml | 4 ++-- Lux.UI/appsettings.json | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Lux.API/Program.cs b/Lux.API/Program.cs index 521ddeaf..84ba81f1 100644 --- a/Lux.API/Program.cs +++ b/Lux.API/Program.cs @@ -63,7 +63,7 @@ if (app.Environment.IsDevelopment() || app.Environment.IsStaging()) //app.UseSwaggerUI(); app.UseSwaggerUI(c => { - c.SwaggerEndpoint($"{baseUrl}swagger/v1/swagger.json", "EgalWare's Lux API"); + c.SwaggerEndpoint($"{baseUrl}swagger/v1/swagger.json", "EgalWare's Lux API v1"); }); } diff --git a/Lux.API/Properties/PublishProfiles/IIS01.pubxml b/Lux.API/Properties/PublishProfiles/IIS01.pubxml index 7c56d40c..7123c570 100644 --- a/Lux.API/Properties/PublishProfiles/IIS01.pubxml +++ b/Lux.API/Properties/PublishProfiles/IIS01.pubxml @@ -6,12 +6,12 @@ true Release Any CPU - https://iis01.egalware.com/Lux/srv/swagger/index.html + https://iis01.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 + Default Web Site/lux/srv true WMSVC diff --git a/Lux.API/Properties/PublishProfiles/IISProfile.pubxml b/Lux.API/Properties/PublishProfiles/IISProfile.pubxml index 7c56d40c..7123c570 100644 --- a/Lux.API/Properties/PublishProfiles/IISProfile.pubxml +++ b/Lux.API/Properties/PublishProfiles/IISProfile.pubxml @@ -6,12 +6,12 @@ true Release Any CPU - https://iis01.egalware.com/Lux/srv/swagger/index.html + https://iis01.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 + Default Web Site/lux/srv true WMSVC diff --git a/Lux.API/appsettings.Staging.json b/Lux.API/appsettings.Staging.json index dcf26313..9ec87306 100644 --- a/Lux.API/appsettings.Staging.json +++ b/Lux.API/appsettings.Staging.json @@ -6,6 +6,6 @@ } }, "ServerConf": { - "BaseUrl": "/Lux/srv/" + "BaseUrl": "/lux/srv/" } } diff --git a/Lux.API/appsettings.json b/Lux.API/appsettings.json index 1ae65fbd..54b00065 100644 --- a/Lux.API/appsettings.json +++ b/Lux.API/appsettings.json @@ -59,6 +59,6 @@ "ServerConf": { "PubChannel": "EgwEngineInput", "SubChannel": "EgwEngineOutput", - "BaseUrl": "/Lux/srv/" + "BaseUrl": "/lux/srv/" } } diff --git a/Lux.UI/Properties/PublishProfiles/IISProfile.pubxml b/Lux.UI/Properties/PublishProfiles/IISProfile.pubxml index bb5ef0e4..96e558b9 100644 --- a/Lux.UI/Properties/PublishProfiles/IISProfile.pubxml +++ b/Lux.UI/Properties/PublishProfiles/IISProfile.pubxml @@ -6,12 +6,12 @@ true Release Any CPU - https://iis01.egalware.com/Lux/UI/ + https://iis01.egalware.com/lux/ui/ false a3b8fae0-3bad-4402-b4d9-26dd9cb777e5 false https://IIS01.egalware.com:8172/MsDeploy.axd - Default Web Site/Lux/UI + Default Web Site/lux/ui true WMSVC diff --git a/Lux.UI/appsettings.json b/Lux.UI/appsettings.json index 726002c8..f369ea07 100644 --- a/Lux.UI/appsettings.json +++ b/Lux.UI/appsettings.json @@ -58,6 +58,6 @@ "Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=6, keepAlive=180, connectTimeout=15000, syncTimeout=15000, asyncTimeout=15000, abortConnect=false, ssl=false, allowAdmin=true" }, "ServerConf": { - "BaseUrl": "/Lux/UI/" + "BaseUrl": "/lux/ui/" } }