23 lines
1.9 KiB
XML
23 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<appSettings>
|
|
<add key="appVers" value="Jetco" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<add key="Environment" value="Jetco - Prod" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="UrlMpSite" value="../SITE" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="UrlMpAdmin" value="../ADM" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="UrlMpIO" value="../IO" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="UrlMpMON" value="../MON" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="UrlMpTAB" value="../TAB" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="_smtpCli" value="smtp.gmail.com" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="_emailUser" value="steamwarebot@gmail.com" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="_emailPwd" value="drmfsls16" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
<add key="_enableSSL" value="true" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<add name="MoonProEntities" connectionString="metadata=res://*/;provider=System.Data.SqlClient;provider connection string="data source=localhost\sqlexpress;initial catalog=Jetco_MoonPro;persist security info=True;user id=steamware;password=viadante16;multipleactiveresultsets=True;application name=EntityFramework"" xdt:Transform="SetAttributes" xdt:Locator="Match(name)" />
|
|
</connectionStrings>
|
|
<system.web>
|
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
|
</system.web>
|
|
</configuration> |