Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Clients.Access/3.3/app.config @ 9661

Last change on this file since 9661 was 9661, checked in by pfleck, 11 years ago

#2063:
Updated wrong endpoint address.
Re-enabled performance counters for slaves.

File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3    <configSections>
4        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5            <section name="HeuristicLab.Clients.Access.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6        </sectionGroup>
7    </configSections>
8    <system.serviceModel>
9        <bindings>
10            <wsHttpBinding>
11                <binding name="WSHttpBinding_IAccessService" closeTimeout="00:01:00"
12                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
13                    bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
14                    maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
15                    messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
16                    allowCookies="false">
17                    <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
18                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
19                    <reliableSession ordered="true" inactivityTimeout="00:10:00"
20                        enabled="false" />
21                    <security mode="Message">
22                        <transport clientCredentialType="Windows" proxyCredentialType="None"
23                            realm="" />
24                        <message clientCredentialType="UserName" negotiateServiceCredential="true"
25                            algorithmSuite="Default" />
26                    </security>
27                </binding>
28            </wsHttpBinding>
29        </bindings>
30        <client>
31            <endpoint address="http://testhive.fh-hagenberg.at/AccessService/AccessService.svc" binding="wsHttpBinding"
32                bindingConfiguration="WSHttpBinding_IAccessService" contract="HeuristicLab.Clients.Access.IAccessService"
33                name="WSHttpBinding_IAccessService">
34                <identity>
35                    <certificate encodedValue="AwAAAAEAAAAUAAAAbXPHlcY5JfZJhlUcEnbLsIbyDjEgAAAAAQAAAPcCAAAwggLzMIIB36ADAgECAhD7poiOgHRvm0fmBwBdcSX6MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEzMDQwNDEyMTIwNloXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4RPzrf4LoNl4gvTpgRP6JM1OIr+KtIJbmI8X4U9aKeMuwhxrxM7qCwfDWSY7jXAcmeBNXthgmmiqWf+Nz1J0zRUfPwTJA9D6qkvjwEIiHIEwt3lUeHEOXKY75RaDQo/SKgGj9odLmVUlBqSXIxZNyxBWFCNpeeKVF06CvJ+0Ha+Z+htvPVGXds7G6w/Q1yyHO0KKeNuzsYQVGPrJVkNTWJrsDqCv5XehqrrPMQhDnLKC2epH4qZA9Q159i4HqyxMvpoiaFVBAWOKqsHdkpUBE+oaB0FSHqK5k+by/lInzTHxLDG5QQwxy5zZjlkFnUR7hEFifh/oo48R4jc7J2mPSwIDAQABo0kwRzBFBgNVHQEEPjA8gBDH8MN7gcWXXxlsL7KWZte7oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghD7poiOgHRvm0fmBwBdcSX6MAkGBSsOAwIdBQADggEBANrNxHpB2qA9j9/N+wzCJMJowkY1aGtknf/1eM+tfhv0RgmobZwm5cIu7srzV6R5OPpvNzzZjBgyOQxvzZsBt0XwFhKg9RClQL8OVX7EL2XRnlwQ+dTunCDNKGQs9cHUKcvZMLOESMcqN9hfEkRENaoscMpWjdztueXIha9IPp/ZxcmpKlH9fJPnAKMy9NhtI0BBNUY1xRQNUeu3y1oAgwWDG6zad1rJ5eAS6PByny+DHiFjLsmsm/nFRY8nSaE+2tXs56p/CLJSxmbuF5AsyfSJ1SlP/e5YgYQDWkMEx5NdcQu1dRdhnZLalrGTb6pIoj2HfOw2UMVMKLLWp+DvBPU=" />
36                </identity>
37            </endpoint>
38        </client>
39    </system.serviceModel>
40    <applicationSettings>
41      <HeuristicLab.Clients.Access.Settings>
42        <setting name="HLExeName" serializeAs="String">
43          <value>HeuristicLab 3.3</value>
44        </setting>
45        <setting name="ClientTypeName" serializeAs="String">
46          <value>HLClient</value>
47        </setting>
48      </HeuristicLab.Clients.Access.Settings>
49    </applicationSettings>
50</configuration>
Note: See TracBrowser for help on using the repository browser.