18 lines
677 B
Plaintext
18 lines
677 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
|
||
|
<configuration>
|
||
|
<configSections>
|
||
|
<section name="adminClientConfigurationSection"
|
||
|
type="LOCTester.AdminClientConfigurationSection,LOC.Website.COmmon"
|
||
|
allowLocation="true"
|
||
|
allowDefinition="Everywhere" />
|
||
|
</configSections>
|
||
|
<adminClientConfigurationSection machineNumber="101"
|
||
|
baseServiceUri="http://localhost:6969"
|
||
|
machineSerial="101"
|
||
|
domainName="arrow.local" />
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0"
|
||
|
sku=".NETFramework,Version=v4.0" />
|
||
|
</startup>
|
||
|
</configuration>
|