update train di download pacchetti

This commit is contained in:
Samuele E. Locatelli
2018-10-10 17:44:22 +02:00
parent 16fa2cade3
commit 9a1bb3b6cf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="appVers" value="PROD" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="Environment" value="Produzione" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="appVers" value="stable" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="Environment" value="PROD" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="baseAuthUrl" value="http://192.168.51.77/MP/TAB/jumper?" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_smtpCli" value="192.168.48.1" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_emailUser" value="" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
+1 -1
View File
@@ -14,7 +14,7 @@
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<!--default valori-->
<add key="appVers" value="develop" />
<add key="appVers" value="beta" />
<add key="downloadPath" value="c:\Steamware\installers\MP\" />
<add key="Environment" value="DEV" />
<add key="Cliente" value="Cliente DEMO" />