增加Debug版本发布web.config文件
This commit is contained in:
parent
fb2c2d3a19
commit
f7d218f737
|
@ -14,6 +14,20 @@
|
|||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
-->
|
||||
<connectionStrings>
|
||||
<add name="SQL"
|
||||
connectionString="Data Source=.;Initial Catalog=BootstrapAdmin;User ID=ba;Password=ba20171231"
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
<add name="ba"
|
||||
connectionString="Data Source=.;Initial Catalog=BootstrapAdmin;User ID=ba;Password=ba20171231"
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
|
||||
<cacheManagerList>
|
||||
<add key="bd" url="http://118.244.234.207:8082/BA/CacheList.axd?cacheKey={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="cps" url="http://118.244.234.207:8082/CPS/CacheList.axd?cacheKey={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
</cacheManagerList>
|
||||
|
||||
<system.web>
|
||||
<!--
|
||||
In the example below, the "Replace" transform will replace the entire
|
||||
|
|
Loading…
Reference in New Issue