Files
XPS/XPST/Web.EQUA.config

56 lines
4.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)"/>
</connectionStrings>
-->
<appSettings>
<add key="currSite" value="http://192.168.0.201/XPST/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="mainSite" value="http://192.168.0.201/XPS/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_forcedDestEmail" value="equa@fosfatazione.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_adminEmail" value="michelangelo@fosfatazione.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_emailUser" value="magazzino@fosfatazione.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_emailPwd" value="07fosfatazione" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_smtpCli" value="smtp.fosfatazione.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="DevicesAuthConnectionString" value="Data Source=localhost\SQLEXPRESS2016;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="PermessiConnectionString" value="Data Source=localhost\SQLEXPRESS2016;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="XPSConnectionString" value="Data Source=localhost\SQLEXPRESS2016;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UtenteCdcConnectionString" value="Data Source=localhost\SQLEXPRESS2016;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="VocabolarioConnectionString" value="Data Source=localhost\SQLEXPRESS2016;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportingServerAddress" value="192.168.0.201" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="reportDir" value="Equa" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerSchedaIdentificazione" value="EPSON WF-5110 Series" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="printerBarcode" value="Brother QL-720NW" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="MarginBarcode" value="0.1cm" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=localhost\SQLEXPRESS2016;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=localhost\SQLEXPRESS2016;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;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"/>
</customErrors>
-->
</system.web>
</configuration>