[4818] | 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.Clients.Common.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
| 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 | <section name="HeuristicLab.Tracing.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
| 10 | <section name="HeuristicLab.Hive.ExperimentManager.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
| 11 | <section name="HeuristicLab.Hive.Experiment.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
| 12 | </sectionGroup>
|
---|
| 13 | </configSections>
|
---|
| 14 | <connectionStrings>
|
---|
| 15 | </connectionStrings>
|
---|
| 16 | <system.serviceModel>
|
---|
| 17 | <behaviors>
|
---|
| 18 | <endpointBehaviors>
|
---|
| 19 | <behavior name="ClientServiceBehaviour">
|
---|
| 20 | <clientCredentials>
|
---|
| 21 | <serviceCertificate>
|
---|
| 22 | <authentication certificateValidationMode="None" />
|
---|
| 23 | </serviceCertificate>
|
---|
| 24 | </clientCredentials>
|
---|
| 25 | </behavior>
|
---|
| 26 | </endpointBehaviors>
|
---|
| 27 | </behaviors>
|
---|
| 28 | <bindings>
|
---|
| 29 | <wsHttpBinding>
|
---|
| 30 | <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">
|
---|
| 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" />
|
---|
| 36 | </security>
|
---|
| 37 | </binding>
|
---|
| 38 | <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">
|
---|
| 39 | <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 40 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
|
---|
| 41 | <security mode="Message">
|
---|
| 42 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
|
---|
| 43 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" />
|
---|
| 44 | </security>
|
---|
| 45 | </binding>
|
---|
| 46 | <binding name="ClientHttpEndpoint" 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="65536" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
---|
| 47 | <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 48 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
|
---|
| 49 | <security mode="Message">
|
---|
| 50 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
|
---|
| 51 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" />
|
---|
| 52 | </security>
|
---|
| 53 | </binding>
|
---|
| 54 | </wsHttpBinding>
|
---|
| 55 | <netTcpBinding>
|
---|
| 56 | <binding name="ClientTcpStreamedEndpoint" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" transactionFlow="false" transferMode="Streamed" transactionProtocol="OleTransactions" hostNameComparisonMode="StrongWildcard" listenBacklog="10" maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10" maxReceivedMessageSize="104857600">
|
---|
| 57 | <readerQuotas maxDepth="32" maxStringContentLength="104857600" maxArrayLength="104857600" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
| 58 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
|
---|
| 59 | <security mode="TransportWithMessageCredential">
|
---|
| 60 | <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
|
---|
| 61 | <message clientCredentialType="UserName" algorithmSuite="Default" />
|
---|
| 62 | </security>
|
---|
| 63 | </binding>
|
---|
| 64 | </netTcpBinding>
|
---|
| 65 | </bindings>
|
---|
| 66 | <client>
|
---|
| 67 | <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">
|
---|
| 68 | <identity>
|
---|
| 69 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 70 | </identity>
|
---|
| 71 | </endpoint>
|
---|
| 72 | <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">
|
---|
| 73 | <identity>
|
---|
| 74 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 75 | </identity>
|
---|
| 76 | </endpoint>
|
---|
| 77 | <endpoint address="net.tcp://services.heuristiclab.com:8000/Hive-3.3/ClientService.svc" behaviorConfiguration="ClientServiceBehaviour" binding="netTcpBinding" bindingConfiguration="ClientTcpStreamedEndpoint" contract="HeuristicLab.Hive.Contracts.Interfaces.IClientFacade" name="ClientTcpStreamedEndpoint">
|
---|
| 78 | <identity>
|
---|
| 79 | <dns value="services.heuristiclab.com" />
|
---|
| 80 | </identity>
|
---|
| 81 | </endpoint>
|
---|
| 82 | <endpoint address="http://services.heuristiclab.com/Hive-3.3/ClientService.svc" binding="wsHttpBinding" behaviorConfiguration="ClientServiceBehaviour" bindingConfiguration="ClientHttpEndpoint" contract="HeuristicLab.Hive.Contracts.Interfaces.IClientFacade" name="ClientHttpEndpoint">
|
---|
| 83 | <identity>
|
---|
| 84 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
| 85 | </identity>
|
---|
| 86 | </endpoint>
|
---|
| 87 | </client>
|
---|
| 88 | </system.serviceModel>
|
---|
| 89 | <runtime>
|
---|
| 90 | <gcServer enabled="true" />
|
---|
| 91 | </runtime>
|
---|
| 92 | <system.data>
|
---|
| 93 | <DbProviderFactories>
|
---|
| 94 | <remove invariant="System.Data.SQLite" />
|
---|
| 95 | <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
---|
| 96 | <remove invariant="System.Data.SqlServerCe.3.5" />
|
---|
| 97 | <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" />
|
---|
| 98 | </DbProviderFactories>
|
---|
| 99 | </system.data>
|
---|
| 100 | <userSettings>
|
---|
| 101 | <HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
| 102 | <setting name="UpdateLocationUserName" serializeAs="String">
|
---|
| 103 | <value>anonymous</value>
|
---|
| 104 | </setting>
|
---|
| 105 | <setting name="UpdateLocationPassword" serializeAs="String">
|
---|
| 106 | <value>GetTheLab!</value>
|
---|
| 107 | </setting>
|
---|
| 108 | <setting name="ShowPluginUploadControls" serializeAs="String">
|
---|
| 109 | <value>False</value>
|
---|
| 110 | </setting>
|
---|
| 111 | <setting name="UpdateLocation" serializeAs="String">
|
---|
| 112 | <value>http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc</value>
|
---|
| 113 | </setting>
|
---|
| 114 | <setting name="UpdateLocationAdministrationAddress" serializeAs="String">
|
---|
| 115 | <value>http://services.heuristiclab.com/Deployment-3.3/AdminService.svc</value>
|
---|
| 116 | </setting>
|
---|
| 117 | </HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
| 118 | <HeuristicLab.Clients.Common.Properties.Settings>
|
---|
| 119 | <setting name="UserName" serializeAs="String">
|
---|
| 120 | <value>anonymous</value>
|
---|
| 121 | </setting>
|
---|
| 122 | <setting name="Password" serializeAs="String">
|
---|
| 123 | <value>anonymous</value>
|
---|
| 124 | </setting>
|
---|
| 125 | <setting name="SavePassword" serializeAs="String">
|
---|
| 126 | <value>True</value>
|
---|
| 127 | </setting>
|
---|
| 128 | </HeuristicLab.Clients.Common.Properties.Settings>
|
---|
| 129 | <HeuristicLab.Optimizer.Properties.Settings>
|
---|
| 130 | <setting name="ShowStartPage" serializeAs="String">
|
---|
| 131 | <value>True</value>
|
---|
| 132 | </setting>
|
---|
| 133 | <setting name="ShowOperatorsSidebar" serializeAs="String">
|
---|
| 134 | <value>False</value>
|
---|
| 135 | </setting>
|
---|
| 136 | <setting name="ShowClipboard" serializeAs="String">
|
---|
| 137 | <value>True</value>
|
---|
| 138 | </setting>
|
---|
| 139 | <setting name="ShowMaximized" serializeAs="String">
|
---|
| 140 | <value>True</value>
|
---|
| 141 | </setting>
|
---|
| 142 | <setting name="CollapseClipboard" serializeAs="String">
|
---|
| 143 | <value>True</value>
|
---|
| 144 | </setting>
|
---|
| 145 | <setting name="CollapseOperatorsSidebar" serializeAs="String">
|
---|
| 146 | <value>False</value>
|
---|
| 147 | </setting>
|
---|
| 148 | </HeuristicLab.Optimizer.Properties.Settings>
|
---|
| 149 | <HeuristicLab.Persistence.Properties.Settings>
|
---|
| 150 | <setting name="CustomConfigurations" serializeAs="String">
|
---|
| 151 | <value />
|
---|
| 152 | </setting>
|
---|
| 153 | <setting name="CustomConfigurationsTypeCache" serializeAs="String">
|
---|
| 154 | <value />
|
---|
| 155 | </setting>
|
---|
| 156 | </HeuristicLab.Persistence.Properties.Settings>
|
---|
| 157 | <HeuristicLab.Tracing.Properties.Settings>
|
---|
| 158 | <setting name="TracingLog4netConfigFile" serializeAs="String">
|
---|
| 159 | <value />
|
---|
| 160 | </setting>
|
---|
| 161 | </HeuristicLab.Tracing.Properties.Settings>
|
---|
| 162 | <HeuristicLab.Hive.ExperimentManager.Properties.Settings>
|
---|
| 163 | <setting name="ResourceIds" serializeAs="String">
|
---|
| 164 | <value>HEAL</value>
|
---|
| 165 | </setting>
|
---|
| 166 | <setting name="HiveUsername" serializeAs="String">
|
---|
| 167 | <value />
|
---|
| 168 | </setting>
|
---|
| 169 | <setting name="HivePassword" serializeAs="String">
|
---|
| 170 | <value />
|
---|
| 171 | </setting>
|
---|
| 172 | </HeuristicLab.Hive.ExperimentManager.Properties.Settings>
|
---|
| 173 | </userSettings>
|
---|
| 174 | </configuration> |
---|