Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3/HeuristicLab 3.3.exe.config @ 4136

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

finally fixed logging for hive (#1092)

File size: 8.3 KB
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.PluginInfrastructure.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6      <section name="HeuristicLab.Optimizer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
7      <section name="HeuristicLab.Persistence.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
8    </sectionGroup>
9  </configSections>
10  <connectionStrings>
11  </connectionStrings>
12  <system.serviceModel>
13    <behaviors>
14      <endpointBehaviors>
15        <behavior name="SerializationBehavior">
16          <dataContractSerializer maxItemsInObjectGraph="1000000" />
17        </behavior>
18      </endpointBehaviors>
19    </behaviors>
20    <bindings>
21      <wsHttpBinding>
22        <binding name="WSHttpBinding_IUpdate" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
23          <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
24          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
25          <security mode="Message">
26            <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
27            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" establishSecurityContext="true" />
28          </security>
29        </binding>
30        <binding name="WSHttpBinding_IAdmin" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
31          <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
32          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
33          <security mode="Message">
34            <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
35            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" establishSecurityContext="true" />
36          </security>
37        </binding>
38      </wsHttpBinding>
39    </bindings>
40    <client>
41      <endpoint address="http://services.heuristiclab.com/Deployment-3.3/Update.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdate" contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdate" name="WSHttpBinding_IUpdate">
42        <identity>
43          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
44        </identity>
45      </endpoint>
46      <endpoint address="http://services.heuristiclab.com/Deployment-3.3/Admin.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdmin" contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdmin" name="WSHttpBinding_IAdmin">
47        <identity>
48          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
49        </identity>
50      </endpoint>
51    </client>
52  </system.serviceModel>
53  <runtime>
54    <gcServer enabled="true" />
55  </runtime>
56  <system.data>
57    <DbProviderFactories>
58      <remove invariant="System.Data.SQLite" />
59      <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
60      <remove invariant="System.Data.SqlServerCe.3.5" />
61      <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
62    </DbProviderFactories>
63  </system.data>
64  <userSettings>
65    <HeuristicLab.PluginInfrastructure.Properties.Settings>
66      <setting name="UpdateLocation" serializeAs="String">
67        <value>http://services.heuristiclab.com/Deployment-3.3/Update.svc</value>
68      </setting>
69      <setting name="UpdateLocationUserName" serializeAs="String">
70        <value>anonymous</value>
71      </setting>
72      <setting name="UpdateLocationPassword" serializeAs="String">
73        <value>GetTheLab!</value>
74      </setting>
75      <setting name="UpdateLocationAdministrationAddress" serializeAs="String">
76        <value>http://services.heuristiclab.com/Deployment-3.3/Admin.svc</value>
77      </setting>
78      <setting name="ShowPluginUploadControls" serializeAs="String">
79        <value>False</value>
80      </setting>
81    </HeuristicLab.PluginInfrastructure.Properties.Settings>
82    <HeuristicLab.Optimizer.Properties.Settings>
83      <setting name="ShowStartPage" serializeAs="String">
84        <value>True</value>
85      </setting>
86      <setting name="ShowOperatorsSidebar" serializeAs="String">
87        <value>False</value>
88      </setting>
89      <setting name="ShowClipboard" serializeAs="String">
90        <value>True</value>
91      </setting>
92      <setting name="ShowMaximized" serializeAs="String">
93        <value>True</value>
94      </setting>
95      <setting name="CollapseClipboard" serializeAs="String">
96        <value>True</value>
97      </setting>
98      <setting name="CollapseOperatorsSidebar" serializeAs="String">
99        <value>False</value>
100      </setting>
101    </HeuristicLab.Optimizer.Properties.Settings>
102    <HeuristicLab.Persistence.Properties.Settings>
103      <setting name="CustomConfigurations" serializeAs="String">
104        <value />
105      </setting>
106      <setting name="CustomConfigurationsTypeCache" serializeAs="String">
107        <value />
108      </setting>
109    </HeuristicLab.Persistence.Properties.Settings>
110  </userSettings>
111</configuration>
Note: See TracBrowser for help on using the repository browser.