update train di download pacchetti
This commit is contained in:
+2
-2
@@ -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
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user