Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/app_ascheibe.config @ 6747

Last change on this file since 6747 was 6747, checked in by ascheibe, 13 years ago

#1233 updated urls to Hive-3.3 in config files

File size: 3.0 KB
Line 
1<?xml version="1.0"?>
2<configuration>
3  <runtime>
4    <gcServer enabled="true" />
5  </runtime>
6 
7  <system.serviceModel>
8    <bindings>
9      <wsHttpBinding>
10        <binding name="wsHttpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:20:00" sendTimeout="00:20:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
11          <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="2147483647"/>
12          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
13          <security mode="Message">
14            <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
15            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
16          </security>
17        </binding>
18      </wsHttpBinding>
19    </bindings>
20   
21    <services>
22      <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">       
23        <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
24      </service>
25    </services>
26
27   <client>
28     <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
29     <!--http://localhost:9000/Hive-3.3-->
30    <endpoint address="http://localhost/HiveService.svc"
31              binding="wsHttpBinding"
32              bindingConfiguration="wsHttpBinding_Hive"
33              contract="HeuristicLab.Clients.Hive.IHiveService"
34              name="wsHttpBinding_IHiveService">
35              <identity>
36                <certificate encodedValue="AwAAAAEAAAAUAAAAiQt8DnyaI8rYHhLNyW62i58+eG8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhAFNFYz6Srdmk3PZJ/mka5sMAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMTIwNjE0MTc0M1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCueTMWJzOZ1IBacG40aWdr3qDWijEO4VwhgtNr+WNFsRG+qW2rTZZFtaC0U028aj3MX13mr+pzpcPJMes2rr38PuxhN6BhdzgRfyEy/eHk4iKqZztuJSXgNAyfyjhovTchLitT2lilddTRFj2PlLYv+PUu+QhQNTm2iW4UDljS9wIDAQABo0kwRzBFBgNVHQEEPjA8gBBeipmIklE3kPz7i+AdKqAgoRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghAFNFYz6Srdmk3PZJ/mka5sMAkGBSsOAwIdBQADgYEAGnxEaFT8QKKk1DtJ8/+TOBxSo0UkBlNiTY0HKkA3w/2DOPZKybhslm8gqJic8ZPsk5YgEibrdQqB0AnNG983RAlFqgGvsAbQAMXTDJ5GoTgHaxk/T+7a7Sk4xJALUL/vWuPGbA354RVoKA4gV3gJzU+Fj3/fLACf0+D/nR9B5nw=" />
37              </identity>
38
39    </endpoint>
40   </client>
41   
42 </system.serviceModel>
43<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.