Files
b2bcondomini.it/PUB/Web.OVH.config
T
2018-10-03 13:00:35 +02:00

35 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<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="B2BCondConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=B2BCond;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="B2BCondFilesConnectionString" value="Data Source=localhost\SQL2012;Initial Catalog=B2BCond_files;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=B2BCond;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=B2BCond;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=B2BCond;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=B2BCond;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=B2BCond;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="Data.Properties.Settings.B2BCondConnectionString" connectionString="Data Source=localhost\SQL2012;Initial Catalog=B2BCond;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="Data.Properties.Settings.B2BCond_filesConnectionString" connectionString="Data Source=localhost\SQL2012;Initial Catalog=B2BCond_files;Persist Security Info=True;User ID=sa;Password=keyhammer16;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="SteamWare.Properties.Settings.DS_AuthConnectionString" connectionString="Data Source=localhost\SQL2012;Initial Catalog=B2BCond;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>