更新外网配置文件自动发布配置
This commit is contained in:
parent
5cdafb3522
commit
93fa750173
|
@ -7,13 +7,22 @@
|
||||||
In the example below, the "SetAttributes" transform will change the value of
|
In the example below, the "SetAttributes" transform will change the value of
|
||||||
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
||||||
finds an attribute "name" that has a value of "MyDB".
|
finds an attribute "name" that has a value of "MyDB".
|
||||||
|
-->
|
||||||
|
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="MyDB"
|
<add name="SQL"
|
||||||
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
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)"/>
|
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
-->
|
|
||||||
|
<cacheManagerList>
|
||||||
|
<add key="bd" url="http://118.244.234.207:8080/BA/CacheList.axd?cacheKey={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||||
|
<add key="bccs" url="http://118.244.234.207:8080/CPS/CacheList.axd?cacheKey={0}" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||||
|
</cacheManagerList>
|
||||||
|
|
||||||
<system.web>
|
<system.web>
|
||||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue