Web.Release.config
1.07 KB
<?xml version="1.0"?>
<!-- For more information on using Web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=301874 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<connectionStrings>
<add name="CpoOnline" providerName="System.Data.SqlClient" connectionString="Server=ptiwebdatabase.database.windows.net;Database=PTI;User Id=PTI; Password=BY9A3fH5weV3HLZD;" />
</connectionStrings>
<appSettings>
<!-- APP SETTINGS -->
<add key="AppEnvironment" value="PROD"/>
<!-- SEED DATA -->
<add key="SeedUsername" value="" />
<add key="SeedPassword" value="" />
<!-- EMAIL SETTTINGS -->
<add key="SmtpServer" value="localhost" />
<add key="SmtpPort" value="25" />
<add key="SmtpEnableSsl" value="false" />
<add key="SmtpUser" value="" />
<add key="SmtpPassword" value="" />
<add key="SmtpEmailFrom" value="" />
</appSettings>
<system.web>
<customErrors mode="Off" />
<compilation xdt:Transform="RemoveAttributes(debug)" />
</system.web>
</configuration>