62 lines
5.1 KiB
XML
62 lines
5.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- 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 attribute "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 - Gruppo Mazzucconi S.p.A, portale Gestione Magazzino Web" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="titleApp" value="GMW - SAN POSSIDONIO - TEST" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="SiteName" value="San Possidonio" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="urlWebServer" value="http://SRV-PRODSP02/GMW_Test/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="urlRT" value="http://SRV-PRODSP02/GMW-RTTest/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="updateTablet" value="true" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--Default values vari-->
|
|
<add key="numGgToReloadRQ" value="60" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--OpAuth e NumKey-->
|
|
<add key="showNumKey" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--<add key="enableOpAuth" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />-->
|
|
<!--Datamatrix-->
|
|
<add key="showReloadDataMatrix" value="true" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--Setup urls stampa reports-->
|
|
<add key="reportDir" value="POSSIDONIO/MAGAZZINO" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="reportName" value="Lista_di_Prelievo_Test" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="urlStampeSSRS" value="http://SRV-PRODSP02:8282/Reports/Pages/Folder.aspx?ItemPath=/POSSIDONIO/MAGAZZINO/TEST" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!-- setup odette -->
|
|
<add key="raggMagOdette" value="SP" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="indStabFrom" value="via Don Minzoni,14 I-41039 S.Possidonio MO" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--setup BCode printing-->
|
|
<add key="extBCodeUrl" value="http://SRV-PRODSP02/GMW-UT/BCodeCall.aspx?valore={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<!--Setup installazione-->
|
|
<add key="_adminEmail" value="giancarlo@steamware.net" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="_smtpCli" value="SRV64" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="DbConfConnectionString" value="Data Source=SRV-PRODSP02;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="GMWConnectionString" value="Data Source=SRV-PRODSP02;Initial Catalog=SP_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-PRODSP02;Initial Catalog=ProduzionePossidonioTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="PermessiConnectionString" value="Data Source=SRV-PRODSP02;Initial Catalog=SP_GMWTest;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="UtenteCdcConnectionString" value="Data Source=SRV-PRODSP02;Initial Catalog=SP_Anagrafica;Persist Security Info=True;User ID=connGMW;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="VocabolarioConnectionString" value="Data Source=SRV-PRODSP02;Initial Catalog=SP_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-PRODSP02;Initial Catalog=SP_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)" />
|
|
<sessionState>
|
|
<providers>
|
|
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" applicationName="GMW_TEST" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
|
</providers>
|
|
</sessionState>
|
|
</system.web>
|
|
</configuration> |