Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/app.config @ 4316

Last change on this file since 4316 was 4316, checked in by cneumuel, 14 years ago

made streaming wcf-services work with Transport-Security and net.tcp but with Message-Level Credentials (#1168)

File size: 975 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5            <section name="HeuristicLab.Hive.Slave.Core.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6        </sectionGroup>
7    </configSections>
8    <userSettings>
9      <HeuristicLab.Hive.Slave.Core.Properties.Settings>
10        <setting name="ServerIP" serializeAs="String">
11          <value />
12        </setting>
13        <setting name="Guid" serializeAs="String">
14          <value>00000000-0000-0000-0000-000000000000</value>
15        </setting>
16      </HeuristicLab.Hive.Slave.Core.Properties.Settings>
17    </userSettings>
18</configuration>
Note: See TracBrowser for help on using the repository browser.