1 | <?xml version="1.0"?>
|
---|
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.Clients.Common.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 | <section name="HeuristicLab.PluginInfrastructure.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
9 | <section name="HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
---|
10 | </sectionGroup>
|
---|
11 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
12 | <section name="HeuristicLab.Services.Hive.DataAccess.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
---|
13 | </sectionGroup>
|
---|
14 | </configSections>
|
---|
15 | <connectionStrings>
|
---|
16 | <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;" providerName="System.Data.SqlClient" />
|
---|
17 | </connectionStrings>
|
---|
18 | <system.serviceModel>
|
---|
19 | <behaviors>
|
---|
20 | <endpointBehaviors>
|
---|
21 | <behavior name="ProblemInstancesLargeMessages">
|
---|
22 | <dataContractSerializer maxItemsInObjectGraph="2147483647" />
|
---|
23 | </behavior>
|
---|
24 | </endpointBehaviors>
|
---|
25 | </behaviors>
|
---|
26 | <bindings>
|
---|
27 | <wsHttpBinding>
|
---|
28 | <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">
|
---|
29 | <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
30 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
|
---|
31 | <security mode="Message">
|
---|
32 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
|
---|
33 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" />
|
---|
34 | </security>
|
---|
35 | </binding>
|
---|
36 | <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">
|
---|
37 | <readerQuotas maxDepth="32" maxStringContentLength="32000" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
|
---|
38 | <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false" />
|
---|
39 | <security mode="Message">
|
---|
40 | <transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
|
---|
41 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" />
|
---|
42 | </security>
|
---|
43 | </binding>
|
---|
44 | <binding name="wsHttpBinding_Hive" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:20:00" sendTimeout="00:20:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
|
---|
45 | <readerQuotas maxDepth="32" maxStringContentLength="2147483647" maxArrayLength="2147483647" 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="" />
|
---|
49 | <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default" />
|
---|
50 | </security>
|
---|
51 | </binding>
|
---|
52 | </wsHttpBinding>
|
---|
53 | <basicHttpBinding>
|
---|
54 | <binding name="BasicHttpBinding_IQAP" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="16777216" maxBufferPoolSize="524288" maxReceivedMessageSize="16777216" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
|
---|
55 | <readerQuotas maxDepth="512" maxStringContentLength="1048576" maxArrayLength="1048576" maxBytesPerRead="8192" maxNameTableCharCount="16384" />
|
---|
56 | <security mode="None">
|
---|
57 | <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
|
---|
58 | <message clientCredentialType="UserName" algorithmSuite="Default" />
|
---|
59 | </security>
|
---|
60 | </binding>
|
---|
61 | </basicHttpBinding>
|
---|
62 | </bindings>
|
---|
63 | <client>
|
---|
64 | <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">
|
---|
65 | <identity>
|
---|
66 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
67 | </identity>
|
---|
68 | </endpoint>
|
---|
69 | <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">
|
---|
70 | <identity>
|
---|
71 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
72 | </identity>
|
---|
73 | </endpoint>
|
---|
74 | <endpoint address="http://services.heuristiclab.com/ProblemInstances-3.3/QAP/QAP.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IQAP" behaviorConfiguration="ProblemInstancesLargeMessages" contract="QAPInstanceService.IQAP" name="BasicHttpBinding_IQAP" />
|
---|
75 | <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication" />
|
---|
76 | <endpoint address="http://services.heuristiclab.com/Hive-3.3/HiveService.svc" binding="wsHttpBinding" bindingConfiguration="wsHttpBinding_Hive" contract="HeuristicLab.Clients.Hive.IHiveService" name="wsHttpBinding_IHiveService">
|
---|
77 | <identity>
|
---|
78 | <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
|
---|
79 | </identity>
|
---|
80 | </endpoint>
|
---|
81 | </client>
|
---|
82 | <services>
|
---|
83 | <service name="HeuristicLab.Clients.Hive.SlaveCore.SlaveCommunicationService">
|
---|
84 | <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication" />
|
---|
85 | </service>
|
---|
86 | </services>
|
---|
87 | </system.serviceModel>
|
---|
88 | <runtime>
|
---|
89 | <gcServer enabled="true" />
|
---|
90 | </runtime>
|
---|
91 | <system.data>
|
---|
92 | <DbProviderFactories>
|
---|
93 | <remove invariant="System.Data.SQLite" />
|
---|
94 | <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
---|
95 | <remove invariant="System.Data.SqlServerCe.3.5" />
|
---|
96 | <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" />
|
---|
97 | </DbProviderFactories>
|
---|
98 | </system.data>
|
---|
99 | <startup>
|
---|
100 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
|
---|
101 | </startup>
|
---|
102 | <userSettings>
|
---|
103 | <HeuristicLab.Clients.Common.Properties.Settings>
|
---|
104 | <setting name="UserName" serializeAs="String">
|
---|
105 | <value>anonymous</value>
|
---|
106 | </setting>
|
---|
107 | <setting name="Password" serializeAs="String">
|
---|
108 | <value>anonymous</value>
|
---|
109 | </setting>
|
---|
110 | <setting name="SavePassword" serializeAs="String">
|
---|
111 | <value>True</value>
|
---|
112 | </setting>
|
---|
113 | </HeuristicLab.Clients.Common.Properties.Settings>
|
---|
114 | <HeuristicLab.Optimizer.Properties.Settings>
|
---|
115 | <setting name="ShowStartPage" serializeAs="String">
|
---|
116 | <value>True</value>
|
---|
117 | </setting>
|
---|
118 | <setting name="ShowOperatorsSidebar" serializeAs="String">
|
---|
119 | <value>False</value>
|
---|
120 | </setting>
|
---|
121 | <setting name="ShowClipboard" serializeAs="String">
|
---|
122 | <value>True</value>
|
---|
123 | </setting>
|
---|
124 | <setting name="ShowMaximized" serializeAs="String">
|
---|
125 | <value>True</value>
|
---|
126 | </setting>
|
---|
127 | <setting name="CollapseClipboard" serializeAs="String">
|
---|
128 | <value>True</value>
|
---|
129 | </setting>
|
---|
130 | <setting name="CollapseOperatorsSidebar" serializeAs="String">
|
---|
131 | <value>False</value>
|
---|
132 | </setting>
|
---|
133 | <setting name="MainFormType" serializeAs="String">
|
---|
134 | <value>DockingMainForm</value>
|
---|
135 | </setting>
|
---|
136 | </HeuristicLab.Optimizer.Properties.Settings>
|
---|
137 | <HeuristicLab.Persistence.Properties.Settings>
|
---|
138 | <setting name="customConfigurations" serializeAs="String">
|
---|
139 | <value />
|
---|
140 | </setting>
|
---|
141 | <setting name="customConfigurationsTypeCache" serializeAs="String">
|
---|
142 | <value />
|
---|
143 | </setting>
|
---|
144 | </HeuristicLab.Persistence.Properties.Settings>
|
---|
145 | <HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
146 | <setting name="UpdateLocationUserName" serializeAs="String">
|
---|
147 | <value>anonymous</value>
|
---|
148 | </setting>
|
---|
149 | <setting name="UpdateLocationPassword" serializeAs="String">
|
---|
150 | <value>GetTheLab!</value>
|
---|
151 | </setting>
|
---|
152 | <setting name="ShowPluginUploadControls" serializeAs="String">
|
---|
153 | <value>False</value>
|
---|
154 | </setting>
|
---|
155 | <setting name="UpdateLocation" serializeAs="String">
|
---|
156 | <value>http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc</value>
|
---|
157 | </setting>
|
---|
158 | <setting name="UpdateLocationAdministrationAddress" serializeAs="String">
|
---|
159 | <value>http://services.heuristiclab.com/Deployment-3.3/AdminService.svc</value>
|
---|
160 | </setting>
|
---|
161 | </HeuristicLab.PluginInfrastructure.Properties.Settings>
|
---|
162 | <HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings>
|
---|
163 | <setting name="HeartbeatInterval" serializeAs="String">
|
---|
164 | <value>00:00:10</value>
|
---|
165 | </setting>
|
---|
166 | <setting name="LastUsedFileName" serializeAs="String">
|
---|
167 | <value>lastUsed.dat</value>
|
---|
168 | </setting>
|
---|
169 | <setting name="PluginCacheDir" serializeAs="String">
|
---|
170 | <value>PluginCache</value>
|
---|
171 | </setting>
|
---|
172 | <setting name="PluginTempBaseDir" serializeAs="String">
|
---|
173 | <value>PluginTemp</value>
|
---|
174 | </setting>
|
---|
175 | <setting name="ConfigurationName" serializeAs="String">
|
---|
176 | <value>Configuration</value>
|
---|
177 | </setting>
|
---|
178 | <setting name="PluginInfrastructureDll" serializeAs="String">
|
---|
179 | <value>HeuristicLab.PluginInfrastructure-3.3.dll</value>
|
---|
180 | </setting>
|
---|
181 | <setting name="SharpZipLibDll" serializeAs="String">
|
---|
182 | <value>ICSharpCode.SharpZipLib.dll</value>
|
---|
183 | </setting>
|
---|
184 | <setting name="SharpZipLibLicense" serializeAs="String">
|
---|
185 | <value>ICSharpCode.SharpZipLib License.txt</value>
|
---|
186 | </setting>
|
---|
187 | <setting name="ClientsHiveSlaveCoreDll" serializeAs="String">
|
---|
188 | <value>HeuristicLab.Clients.Hive.SlaveCore-3.3.dll</value>
|
---|
189 | </setting>
|
---|
190 | <setting name="ClientsHiveDll" serializeAs="String">
|
---|
191 | <value>HeuristicLab.Clients.Hive-3.3.dll</value>
|
---|
192 | </setting>
|
---|
193 | <setting name="HiveDll" serializeAs="String">
|
---|
194 | <value>HeuristicLab.Hive-3.3.dll</value>
|
---|
195 | </setting>
|
---|
196 | <setting name="ClientsCommonDll" serializeAs="String">
|
---|
197 | <value>HeuristicLab.Clients.Common-3.3.dll</value>
|
---|
198 | </setting>
|
---|
199 | <setting name="PluginLifetime" serializeAs="String">
|
---|
200 | <value>3</value>
|
---|
201 | </setting>
|
---|
202 | <setting name="DirOpSleepTime" serializeAs="String">
|
---|
203 | <value>00:00:01</value>
|
---|
204 | </setting>
|
---|
205 | <setting name="PluginDeletionRetries" serializeAs="String">
|
---|
206 | <value>5</value>
|
---|
207 | </setting>
|
---|
208 | <setting name="PluginDeletionTimeout" serializeAs="String">
|
---|
209 | <value>00:00:01</value>
|
---|
210 | </setting>
|
---|
211 | <setting name="ExecutorSemTimeouts" serializeAs="String">
|
---|
212 | <value>00:00:46</value>
|
---|
213 | </setting>
|
---|
214 | <setting name="QueuesMaxThreads" serializeAs="String">
|
---|
215 | <value>5000</value>
|
---|
216 | </setting>
|
---|
217 | <setting name="SlaveCommunicationServiceEndpoint" serializeAs="String">
|
---|
218 | <value>SlaveCommunicationServiceEndpoint</value>
|
---|
219 | </setting>
|
---|
220 | <setting name="SlaveUser" serializeAs="String">
|
---|
221 | <value>hiveslave</value>
|
---|
222 | </setting>
|
---|
223 | <setting name="SlavePwd" serializeAs="String">
|
---|
224 | <value>hiveslave</value>
|
---|
225 | </setting>
|
---|
226 | <setting name="MaxLogCount" serializeAs="String">
|
---|
227 | <value>1</value>
|
---|
228 | </setting>
|
---|
229 | </HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings>
|
---|
230 | </userSettings>
|
---|
231 | <system.diagnostics>
|
---|
232 | <trace autoflush="true" indentsize="4">
|
---|
233 | <listeners>
|
---|
234 | <add name="HeuristicLabListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="HeuristicLab.log" />
|
---|
235 | <remove name="Default" />
|
---|
236 | </listeners>
|
---|
237 | </trace>
|
---|
238 | </system.diagnostics>
|
---|
239 | <applicationSettings>
|
---|
240 | <HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
241 | <setting name="LongRunningDatabaseCommandTimeout" serializeAs="String">
|
---|
242 | <value>00:05:00</value>
|
---|
243 | </setting>
|
---|
244 | <setting name="EventLogName" serializeAs="String">
|
---|
245 | <value>HL.Hive</value>
|
---|
246 | </setting>
|
---|
247 | </HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
248 | </applicationSettings>
|
---|
249 | </configuration> |
---|