13 lines
555 B
XML
13 lines
555 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<appSettings>
|
|
<add key="SiteName" value="seriate.steamware.net:8083/B2BC/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
<add key="baseUrl" value="http://seriate.steamware.net:8083/B2BC/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
|
</appSettings>
|
|
<connectionStrings>
|
|
</connectionStrings>
|
|
<system.web>
|
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
|
</system.web>
|
|
</configuration> |