Last change
on this file since 1756 was
1579,
checked in by mbecirov, 16 years ago
|
#528: WCF Service secured - you need to install the certificate in order to run the application properly!
|
File size:
887 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.Client.Console.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.Client.Console.Properties.Settings>
|
---|
10 | <setting name="IpAdress" serializeAs="String">
|
---|
11 | <value>10.0.0.1</value>
|
---|
12 | </setting>
|
---|
13 | </HeuristicLab.Hive.Client.Console.Properties.Settings>
|
---|
14 | </userSettings>
|
---|
15 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.