72 lines
5.8 KiB
XML
72 lines
5.8 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<!--
|
|
In the example below, the "SetAttributes" transform will change the value of
|
|
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
|
finds an atrribute "name" that has a value of "MyDB".
|
|
|
|
<connectionStrings>
|
|
<add name="MyDB"
|
|
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
|
xdt:Transform="SetAttributes" xdt:Locator="Match(name)" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
</connectionStrings>
|
|
-->
|
|
<appSettings>
|
|
<!--Setup applicazione-->
|
|
<add key="_titoloPagina" value="GMW - TEKAL , portale Gestione Magazzino Web - GRUPPO MAZZUCCONI" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="titleApp" value="TEST - TEKAL" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="appName" value="GMW_TESTTerm" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="SiteName" value="Tekal" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="urlWebServer" value="http://SRV-PRODTK01/GMWT/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!-- determina se non chiedere login x terminalini -->
|
|
<add key="SimpleLogin" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="CodOperDefault" value="O0000000000099999" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--Setup urls stampa reports-->
|
|
<add key="reportingServerAddress" value="SRV-PRODTK01" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="reportDir" value="TEKAL/MAGAZZINO" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="reportName" value="Lista_di_Prelievo_Test" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--Setup codici postazioni-->
|
|
<add key="IdxPosizMP" value="6" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="IdxPosNewFusi" value="8080" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="IdxPosNewWip" value="8484" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="IdxPosNewRienTerz" value="8888" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="IdxPosNewFinito" value="24" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="IdxPosizioneOdette" value="24" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="IdxPosizioneLiquidi" value="24" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="IdxPosizioneTrattamenti" value="8484" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!-- setup odette -->
|
|
<add key="indStabFrom" value="Via Po,55 I-66020 San Giovanni Teatino CH" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--Permette prelievo/deposito da terminalino senza sparare barcode (con img frecce) -->
|
|
<add key="PrelDepoTermEnabled" value="False" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--Setup installazione-->
|
|
<add key="CodCS" value="TK" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="_adminEmail" value="giancarlo@steamware.net" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="_smtpCli" value="SRV63" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="DbConfConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="GMWConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="SP_produzioneConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=ProduzioneTekalTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="PermessiConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="UtenteCdcConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="VocabolarioConnectionString" value="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<add name="GMW_data.Properties.Settings.GMWConnectionString" connectionString="Data Source=SRV-PRODTK01;Initial Catalog=TK_GMWtest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
|
</connectionStrings>
|
|
<system.web>
|
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
|
<!--
|
|
In the example below, the "Replace" transform will replace the entire
|
|
<customErrors> section of your web.config file.
|
|
Note that because there is only one customErrors section under the
|
|
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
|
|
|
<customErrors defaultRedirect="GenericError.htm"
|
|
mode="RemoteOnly" xdt:Transform="Replace">
|
|
<error statusCode="500" redirect="InternalError.htm" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
</customErrors>
|
|
-->
|
|
</system.web>
|
|
</configuration> |