lumpy

Xml code posted
created at 18 Jan 12:48

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="cmsServiceConfig" type="ICIS.ServiceHost.CmsScheduler.CmsServiceConfig, ICIS.ServiceHost.CmsScheduler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowLocation="true" allowDefinition="Everywhere"/>
  </configSections>
  <cmsServiceConfig scanInterval="00:00:05">
    <cmsDatabases>
      <cmsDatabase server="." database ="CMS" user="" password="" integratedSecurity="true"/>
      <cmsDatabase server="Xerxes" database ="CMS_Test" user="test" password="password1" integratedSecurity="false"/>
    </cmsDatabases>
  </cmsServiceConfig>
</configuration>
671 Bytes in 2 ms with coderay