Last change
on this file since 11427 was
6983,
checked in by ascheibe, 13 years ago
|
#1672
- added the Hive Services and Slave projects
- added missing svn ignores
|
File size:
1.3 KB
|
Rev | Line | |
---|
[6983] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <configuration>
|
---|
| 3 | <configSections>
|
---|
| 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" />
|
---|
| 6 | </sectionGroup>
|
---|
| 7 | </configSections>
|
---|
| 8 | <connectionStrings>
|
---|
| 9 | <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString"
|
---|
| 10 | connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;"
|
---|
| 11 | providerName="System.Data.SqlClient" />
|
---|
| 12 | </connectionStrings>
|
---|
| 13 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup><applicationSettings>
|
---|
| 14 | <HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
| 15 | <setting name="LongRunningDatabaseCommandTimeout" serializeAs="String">
|
---|
| 16 | <value>00:05:00</value>
|
---|
| 17 | </setting>
|
---|
| 18 | <setting name="EventLogName" serializeAs="String">
|
---|
| 19 | <value>HL.Hive</value>
|
---|
| 20 | </setting>
|
---|
| 21 | </HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
| 22 | </applicationSettings>
|
---|
| 23 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.