[6422] | 1 | <?xml version="1.0"?>
|
---|
[4615] | 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" />
|
---|
[6422] | 6 | <section name="HeuristicLab.Clients.Common.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
[4615] | 7 | <section name="HeuristicLab.Optimizer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
| 8 | <section name="HeuristicLab.Persistence.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
| 9 | </sectionGroup>
|
---|
| 10 | </configSections>
|
---|
| 11 | <connectionStrings>
|
---|
| 12 | </connectionStrings>
|
---|
| 13 |
|
---|
| 14 | <!-- [chn] TODO: system.web should be located in HeuristicLab.Hive.Server.Core/app.config, but the ConfigMerger does not merge system.web (yet) -->
|
---|
| 15 | <system.web>
|
---|
| 16 | <membership>
|
---|
| 17 | <providers>
|
---|
| 18 | <clear/>
|
---|
| 19 | <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication"
|
---|
| 20 | enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
|
---|
| 21 | maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
|
---|
| 22 | applicationName="HeuristicLab.Authentication" />
|
---|
| 23 | </providers>
|
---|
| 24 | </membership>
|
---|
| 25 |
|
---|
| 26 | <roleManager enabled="true">
|
---|
| 27 | <providers>
|
---|
| 28 | <clear/>
|
---|
| 29 | <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" />
|
---|
| 30 | </providers>
|
---|
| 31 | </roleManager>
|
---|
| 32 | </system.web>
|
---|
| 33 |
|
---|
| 34 | <system.serviceModel>
|
---|
| 35 | <behaviors>
|
---|
| 36 | <endpointBehaviors>
|
---|
| 37 | <behavior name="SerializationBehavior">
|
---|
| 38 | <dataContractSerializer maxItemsInObjectGraph="1000000" />
|
---|
| 39 | </behavior>
|
---|
| 40 | </endpointBehaviors>
|
---|
| 41 | </behaviors>
|
---|
| 42 | <bindings>
|
---|
| 43 | <wsHttpBinding>
|
---|
[6422] | 44 | <binding name="WSHttpBinding_IUpdateService" 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">
|
---|
[4615] | 45 | <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 46 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
|
---|
| 47 | <security mode="Message">
|
---|
| 48 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
|
---|
[6422] | 49 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" />
|
---|
[4615] | 50 | </security>
|
---|
| 51 | </binding>
|
---|
[6422] | 52 | <binding name="WSHttpBinding_IAdminService" 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">
|
---|
[4615] | 53 | <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 54 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
|
---|
| 55 | <security mode="Message">
|
---|
| 56 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
|
---|
[6422] | 57 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" />
|
---|
[4615] | 58 | </security>
|
---|
| 59 | </binding>
|
---|
| 60 | </wsHttpBinding>
|
---|
| 61 | </bindings>
|
---|
| 62 | <client>
|
---|
[6422] | 63 | <endpoint address="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IUpdateService" contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdateService" name="WSHttpBinding_IUpdateService">
|
---|
[4615] | 64 | <identity>
|
---|
| 65 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 66 | </identity>
|
---|
| 67 | </endpoint>
|
---|
[6422] | 68 | <endpoint address="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdminService" contract="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService" name="WSHttpBinding_IAdminService">
|
---|
[4615] | 69 | <identity>
|
---|
| 70 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 71 | </identity>
|
---|
| 72 | </endpoint>
|
---|
| 73 | </client>
|
---|
| 74 | </system.serviceModel>
|
---|
| 75 | <runtime>
|
---|
| 76 | <gcServer enabled="true" />
|
---|
| 77 | </runtime>
|
---|
| 78 | <system.data>
|
---|
| 79 | <DbProviderFactories>
|
---|
| 80 | <remove invariant="System.Data.SQLite" />
|
---|
| 81 | <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
---|
| 82 | <remove invariant="System.Data.SqlServerCe.3.5" />
|
---|
| 83 | <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" />
|
---|
| 84 | </DbProviderFactories>
|
---|
| 85 | </system.data>
|
---|
[6422] | 86 | <startup>
|
---|
| 87 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
|
---|
| 88 | </startup>
|
---|
[4615] | 89 | <userSettings>
|
---|
| 90 | <HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
| 91 | <setting name="UpdateLocationUserName" serializeAs="String">
|
---|
| 92 | <value>anonymous</value>
|
---|
| 93 | </setting>
|
---|
| 94 | <setting name="UpdateLocationPassword" serializeAs="String">
|
---|
| 95 | <value>GetTheLab!</value>
|
---|
| 96 | </setting>
|
---|
| 97 | <setting name="ShowPluginUploadControls" serializeAs="String">
|
---|
| 98 | <value>False</value>
|
---|
| 99 | </setting>
|
---|
[6422] | 100 | <setting name="UpdateLocation" serializeAs="String">
|
---|
| 101 | <value>http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc</value>
|
---|
| 102 | </setting>
|
---|
| 103 | <setting name="UpdateLocationAdministrationAddress" serializeAs="String">
|
---|
| 104 | <value>http://services.heuristiclab.com/Deployment-3.3/AdminService.svc</value>
|
---|
| 105 | </setting>
|
---|
[4615] | 106 | </HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
[6422] | 107 | <HeuristicLab.Clients.Common.Properties.Settings>
|
---|
| 108 | <setting name="UserName" serializeAs="String">
|
---|
| 109 | <value>anonymous</value>
|
---|
| 110 | </setting>
|
---|
| 111 | <setting name="Password" serializeAs="String">
|
---|
| 112 | <value>anonymous</value>
|
---|
| 113 | </setting>
|
---|
| 114 | <setting name="SavePassword" serializeAs="String">
|
---|
| 115 | <value>True</value>
|
---|
| 116 | </setting>
|
---|
| 117 | </HeuristicLab.Clients.Common.Properties.Settings>
|
---|
[4615] | 118 | <HeuristicLab.Optimizer.Properties.Settings>
|
---|
| 119 | <setting name="ShowStartPage" serializeAs="String">
|
---|
| 120 | <value>True</value>
|
---|
| 121 | </setting>
|
---|
| 122 | <setting name="ShowOperatorsSidebar" serializeAs="String">
|
---|
| 123 | <value>False</value>
|
---|
| 124 | </setting>
|
---|
| 125 | <setting name="ShowClipboard" serializeAs="String">
|
---|
| 126 | <value>True</value>
|
---|
| 127 | </setting>
|
---|
| 128 | <setting name="ShowMaximized" serializeAs="String">
|
---|
| 129 | <value>True</value>
|
---|
| 130 | </setting>
|
---|
| 131 | <setting name="CollapseClipboard" serializeAs="String">
|
---|
| 132 | <value>True</value>
|
---|
| 133 | </setting>
|
---|
| 134 | <setting name="CollapseOperatorsSidebar" serializeAs="String">
|
---|
| 135 | <value>False</value>
|
---|
| 136 | </setting>
|
---|
| 137 | </HeuristicLab.Optimizer.Properties.Settings>
|
---|
| 138 | <HeuristicLab.Persistence.Properties.Settings>
|
---|
| 139 | <setting name="CustomConfigurations" serializeAs="String">
|
---|
| 140 | <value />
|
---|
| 141 | </setting>
|
---|
| 142 | <setting name="CustomConfigurationsTypeCache" serializeAs="String">
|
---|
| 143 | <value />
|
---|
| 144 | </setting>
|
---|
| 145 | </HeuristicLab.Persistence.Properties.Settings>
|
---|
| 146 | </userSettings>
|
---|
[6422] | 147 | <system.diagnostics>
|
---|
| 148 | <trace autoflush="true" indentsize="4">
|
---|
| 149 | <listeners>
|
---|
| 150 | <add name="HeuristicLabListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="HeuristicLab.log" />
|
---|
| 151 | <remove name="Default" />
|
---|
| 152 | </listeners>
|
---|
| 153 | </trace>
|
---|
| 154 | </system.diagnostics>
|
---|
[4615] | 155 | </configuration> |
---|