Files
admodelling.org/INTERFACE/WebLCP/Web.OVH.config
T
2019-10-18 16:13:08 +02:00

34 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Per altre informazioni sull'utilizzo della trasformazione web.config, vedere https://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<!--<add key="SiteName" value="www.b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="urlType" value="https" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="baseUrl" value="https://www.b2bcondomini.it/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="Ambient" value="PROD" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
<!--email-->
<!--<add key="_debugEmail" value="info@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_b2bcEmail" value="info@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_adminEmail" value="info@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_fromEmail" value="comunicazioni@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_smtpCli" value="ssl0.ovh.net" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_emailUser" value="comunicazioni@b2bcondomini.it" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_emailPwd" value="b2b.2018!***" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="_enableSSL" value="true" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
<!--DB connstring-->
<add key="AdmodellingConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DbConfConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="DevicesAuthConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="PermessiConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="AdmodellingConnectionString" connectionString="Data Source=localhost\SQL2012;Initial Catalog=Admodelling;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
</system.web>
</configuration>