Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3/Properties/Settings.settings @ 4305

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

added streamedHttpEndpoit binding (without message-security (for now)) (#1168)

File size: 992 bytes
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Hive.Experiment.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="ResourceIds" Type="System.String" Scope="User">
6      <Value Profile="(Default)">MyGroup</Value>
7    </Setting>
8    <Setting Name="HiveServerIp" Type="System.String" Scope="User">
9      <Value Profile="(Default)">localhost</Value>
10    </Setting>
11    <Setting Name="HiveUsername" Type="System.String" Scope="User">
12      <Value Profile="(Default)">cneumueller</Value>
13    </Setting>
14    <Setting Name="HivePassword" Type="System.String" Scope="User">
15      <Value Profile="(Default)">cneumueller</Value>
16    </Setting>
17    <Setting Name="HiveServerPort" Type="System.String" Scope="User">
18      <Value Profile="(Default)">9000</Value>
19    </Setting>
20  </Settings>
21</SettingsFile>
Note: See TracBrowser for help on using the repository browser.