18 lines
1.3 KiB
XML
18 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- For more information on using transformations
|
|
see the web.config examples at http://go.microsoft.com/fwlink/?LinkId=214134. -->
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
<appSettings>
|
|
<add key="autoStartOnLoad" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="openDumpOnStart" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="timerIntMs" value="10" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="startMinimized" value="true" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="windowCanMax" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="trayClose" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="recTime" value="false" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="ServerAddress" value="localhost" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="DbName" value="savenergy" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="DbUser" value="root" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
<add key="DbPwd" value="scmgroup" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
|
|
</appSettings>
|
|
</configuration> |