Last change
on this file since 6725 was
6712,
checked in by ascheibe, 13 years ago
|
#1233
- got db scripts up-to-date
- renamed db related stuff back to 3.3
- fixed a bug in the Status page that occured when the db is empty
|
File size:
1.2 KB
|
Rev | Line | |
---|
[5264] | 1 | <?xml version="1.0"?>
|
---|
[4593] | 2 | <configuration>
|
---|
[4615] | 3 | <configSections>
|
---|
[6452] | 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>
|
---|
[4615] | 7 | </configSections>
|
---|
[6712] | 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;"
|
---|
[6452] | 11 | providerName="System.Data.SqlClient" />
|
---|
[4615] | 12 | </connectionStrings>
|
---|
[6452] | 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 | </HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
| 19 | </applicationSettings>
|
---|
| 20 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.