Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab 3.3.exe.config @ 5056

Last change on this file since 5056 was 5050, checked in by cneumuel, 13 years ago

#1233 moved files to sources folder

File size: 9.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 
13  <!-- [chn] TODO: system.web should be located in HeuristicLab.Hive.Server.Core/app.config, but the ConfigMerger does not merge system.web (yet) -->
14  <system.web>
15    <membership>
16      <providers>
17        <clear/>
18        <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication"
19             enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
20             maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
21             applicationName="HeuristicLab.Authentication" />
22      </providers>
23    </membership>
24
25    <roleManager enabled="true">
26      <providers>
27        <clear/>
28        <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" />
29      </providers>
30    </roleManager>
31  </system.web>
32 
33  <system.serviceModel>
34    <behaviors>
35      <endpointBehaviors>
36        <behavior name="SerializationBehavior">
37          <dataContractSerializer maxItemsInObjectGraph="1000000" />
38        </behavior>
39      </endpointBehaviors>
40    </behaviors>
41    <bindings>
42      <wsHttpBinding>
43        <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">
44          <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
45          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
46          <security mode="Message">
47            <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
48            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" establishSecurityContext="true" />
49          </security>
50        </binding>
51        <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">
52          <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
53          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
54          <security mode="Message">
55            <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
56            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" establishSecurityContext="true" />
57          </security>
58        </binding>
59      </wsHttpBinding>
60    </bindings>
61    <client>
62      <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">
63        <identity>
64          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
65        </identity>
66      </endpoint>
67      <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">
68        <identity>
69          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
70        </identity>
71      </endpoint>
72    </client>
73  </system.serviceModel>
74  <runtime>
75    <gcServer enabled="true" />
76  </runtime>
77  <system.data>
78    <DbProviderFactories>
79      <remove invariant="System.Data.SQLite" />
80      <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
81      <remove invariant="System.Data.SqlServerCe.3.5" />
82      <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" />
83    </DbProviderFactories>
84  </system.data>
85  <userSettings>
86    <HeuristicLab.PluginInfrastructure.Properties.Settings>
87      <setting name="UpdateLocation" serializeAs="String">
88        <value>http://services.heuristiclab.com/Deployment-3.3/Update.svc</value>
89      </setting>
90      <setting name="UpdateLocationUserName" serializeAs="String">
91        <value>anonymous</value>
92      </setting>
93      <setting name="UpdateLocationPassword" serializeAs="String">
94        <value>GetTheLab!</value>
95      </setting>
96      <setting name="UpdateLocationAdministrationAddress" serializeAs="String">
97        <value>http://services.heuristiclab.com/Deployment-3.3/Admin.svc</value>
98      </setting>
99      <setting name="ShowPluginUploadControls" serializeAs="String">
100        <value>False</value>
101      </setting>
102    </HeuristicLab.PluginInfrastructure.Properties.Settings>
103    <HeuristicLab.Optimizer.Properties.Settings>
104      <setting name="ShowStartPage" serializeAs="String">
105        <value>True</value>
106      </setting>
107      <setting name="ShowOperatorsSidebar" serializeAs="String">
108        <value>False</value>
109      </setting>
110      <setting name="ShowClipboard" serializeAs="String">
111        <value>True</value>
112      </setting>
113      <setting name="ShowMaximized" serializeAs="String">
114        <value>True</value>
115      </setting>
116      <setting name="CollapseClipboard" serializeAs="String">
117        <value>True</value>
118      </setting>
119      <setting name="CollapseOperatorsSidebar" serializeAs="String">
120        <value>False</value>
121      </setting>
122    </HeuristicLab.Optimizer.Properties.Settings>
123    <HeuristicLab.Persistence.Properties.Settings>
124      <setting name="CustomConfigurations" serializeAs="String">
125        <value />
126      </setting>
127      <setting name="CustomConfigurationsTypeCache" serializeAs="String">
128        <value />
129      </setting>
130    </HeuristicLab.Persistence.Properties.Settings>
131  </userSettings>
132</configuration>
Note: See TracBrowser for help on using the repository browser.