diff --git a/MP.Land/MP.Land.csproj b/MP.Land/MP.Land.csproj
index 8fba8dc4..3bd78b24 100644
--- a/MP.Land/MP.Land.csproj
+++ b/MP.Land/MP.Land.csproj
@@ -3,7 +3,7 @@
net5.0
MP.Land
- 6.14.2111.1215
+ 6.14.2111.2414
diff --git a/MP.Land/Resources/ChangeLog.html b/MP.Land/Resources/ChangeLog.html
index c4181c9a..46de6f68 100644
--- a/MP.Land/Resources/ChangeLog.html
+++ b/MP.Land/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
Modulo gestione Programmi MAPO
- Versione: 6.14.2111.1215
+ Versione: 6.14.2111.2414
Note di rilascio:
diff --git a/MP.Land/Resources/VersNum.txt b/MP.Land/Resources/VersNum.txt
index dea81e0c..814b8410 100644
--- a/MP.Land/Resources/VersNum.txt
+++ b/MP.Land/Resources/VersNum.txt
@@ -1 +1 @@
-6.14.2111.1215
+6.14.2111.2414
diff --git a/MP.Land/Resources/manifest.xml b/MP.Land/Resources/manifest.xml
index 4b66a603..f595ace3 100644
--- a/MP.Land/Resources/manifest.xml
+++ b/MP.Land/Resources/manifest.xml
@@ -1,6 +1,6 @@
-
- 6.14.2111.1215
+ 6.14.2111.2414
https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/MP.Land.zip
https://nexus.steamware.net/repository/SWS/MP-LAND/stable/LAST/ChangeLog.html
false
diff --git a/MP.Land/appsettings.Production.json b/MP.Land/appsettings.Production.json
new file mode 100644
index 00000000..557d5444
--- /dev/null
+++ b/MP.Land/appsettings.Production.json
@@ -0,0 +1,12 @@
+{
+ "DetailedErrors": true,
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
+ }
+ },
+ "Environment": "Steam PROD",
+ "BaseUrl": "https://iis02.egalware.com/MP/"
+}
\ No newline at end of file
diff --git a/MP.Land/appsettings.Staging.json b/MP.Land/appsettings.Staging.json
new file mode 100644
index 00000000..31aa23ba
--- /dev/null
+++ b/MP.Land/appsettings.Staging.json
@@ -0,0 +1,12 @@
+{
+ "DetailedErrors": true,
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
+ }
+ },
+ "Environment": "Steam DEV",
+ "BaseUrl": "https://iis01.egalware.com/MP/"
+}
\ No newline at end of file