Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/3.3/app.config @ 3837

Last change on this file since 3837 was 3837, checked in by swagner, 14 years ago

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

File size: 6.9 KB
RevLine 
[2]1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
[3006]4        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5            <section name="HeuristicLab.PluginInfrastructure.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6        </sectionGroup>
[2]7    </configSections>
[2517]8    <system.serviceModel>
[3179]9        <behaviors>
10            <endpointBehaviors>
11                <behavior name="SerializationBehavior">
12                    <dataContractSerializer maxItemsInObjectGraph="1000000" />
13                </behavior>
14            </endpointBehaviors>
15        </behaviors>
[2812]16        <bindings>
17            <wsHttpBinding>
[3771]18                <binding name="WSHttpBinding_IUpdate" closeTimeout="00:01:00"
[2812]19                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
20                    bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
[3179]21                    maxBufferPoolSize="524288" maxReceivedMessageSize="200000000"
[2812]22                    messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
23                    allowCookies="false">
[3179]24                    <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000"
[2812]25                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
26                    <reliableSession ordered="true" inactivityTimeout="00:10:00"
27                        enabled="false" />
28                    <security mode="Message">
29                        <transport clientCredentialType="Windows" proxyCredentialType="None"
30                            realm="" />
[3006]31                        <message clientCredentialType="UserName" negotiateServiceCredential="true"
[2812]32                            algorithmSuite="Default" establishSecurityContext="true" />
33                    </security>
34                </binding>
[3771]35                <binding name="WSHttpBinding_IAdmin" closeTimeout="00:01:00"
[2812]36                    openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
37                    bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
[3179]38                    maxBufferPoolSize="524288" maxReceivedMessageSize="200000000"
[2812]39                    messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
40                    allowCookies="false">
[3179]41                    <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000"
[2812]42                        maxBytesPerRead="4096" maxNameTableCharCount="16384" />
43                    <reliableSession ordered="true" inactivityTimeout="00:10:00"
44                        enabled="false" />
45                    <security mode="Message">
46                        <transport clientCredentialType="Windows" proxyCredentialType="None"
47                            realm="" />
[3006]48                        <message clientCredentialType="UserName" negotiateServiceCredential="true"
[2812]49                            algorithmSuite="Default" establishSecurityContext="true" />
50                    </security>
[3771]51                </binding>               
[2812]52            </wsHttpBinding>
53        </bindings>
54        <client>
[3762]55            <endpoint address="http://services.heuristiclab.com/Deployment-3.3/Update.svc"
[3771]56                binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdate"
57                contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdate"
58                name="WSHttpBinding_IUpdate">
[2812]59                <identity>
[3771]60                    <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
[2812]61                </identity>
62            </endpoint>
[3762]63            <endpoint address="http://services.heuristiclab.com/Deployment-3.3/Admin.svc"
[3771]64                binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdmin"
65                contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdmin"
66                name="WSHttpBinding_IAdmin">
[2812]67                <identity>
[3771]68                    <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
[2812]69                </identity>
70            </endpoint>
71        </client>
[2517]72    </system.serviceModel>
[3006]73    <userSettings>
74        <HeuristicLab.PluginInfrastructure.Properties.Settings>
75            <setting name="UpdateLocation" serializeAs="String">
[3762]76                <value>http://services.heuristiclab.com/Deployment-3.3/Update.svc</value>
[3006]77            </setting>
78            <setting name="UpdateLocationUserName" serializeAs="String">
[3112]79                <value>anonymous</value>
[3006]80            </setting>
81            <setting name="UpdateLocationPassword" serializeAs="String">
[3112]82                <value>GetTheLab!</value>
[3006]83            </setting>
84            <setting name="UpdateLocationAdministrationAddress" serializeAs="String">
[3762]85                <value>http://services.heuristiclab.com/Deployment-3.3/Admin.svc</value>
[3006]86            </setting>
[3508]87            <setting name="ShowPluginUploadControls" serializeAs="String">
[3721]88                <value>False</value>
[3508]89            </setting>
[3006]90        </HeuristicLab.PluginInfrastructure.Properties.Settings>
91    </userSettings>
[2]92</configuration>
Note: See TracBrowser for help on using the repository browser.