Last change
on this file since 13336 was
12584,
checked in by dglaser, 9 years ago
|
#2388: Changed all files to connect to localhost / sqlexpress
HeuristicLab.Services.Hive-3.3:
- Added Converter.cs and NewHiveService.cs, both will be integrated into existing HiveService.cs and Convert.cs when all methods are successfully implemented
HeuristicLab.Services.Hive.Web.Hive-3.3:
HeuristicLab.Services.WebApp.Statistics-3.3:
- Added functionality to download TaskData as .hl file
|
File size:
1.3 KB
|
Rev | Line | |
---|
[6983] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <configSections>
|
---|
[11623] | 4 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
---|
| 5 | <section name="HeuristicLab.Services.Hive.DataAccess.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
---|
[6983] | 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
| 8 | <connectionStrings>
|
---|
[12584] | 9 | <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;" providerName="System.Data.SqlClient"/>
|
---|
[6983] | 10 | </connectionStrings>
|
---|
[11623] | 11 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup><applicationSettings>
|
---|
[6983] | 12 | <HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
| 13 | <setting name="LongRunningDatabaseCommandTimeout" serializeAs="String">
|
---|
| 14 | <value>00:05:00</value>
|
---|
| 15 | </setting>
|
---|
| 16 | <setting name="EventLogName" serializeAs="String">
|
---|
| 17 | <value>HL.Hive</value>
|
---|
| 18 | </setting>
|
---|
| 19 | </HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
| 20 | </applicationSettings>
|
---|
| 21 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.