Last change
on this file since 17078 was
17059,
checked in by mkommend, 5 years ago
|
#2839: Merged 16117, 16122, 16173, 16184, 16185, 16186, 16187, 16202, 16203, 16204, 16205, 16208, 16211, 16209, 16211, 16219, 16257, 16247 into stable.
|
File size:
882 bytes
|
Rev | Line | |
---|
[15261] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[6983] | 2 | <configuration>
|
---|
[17059] | 3 | <configSections>
|
---|
| 4 | </configSections>
|
---|
[6983] | 5 | <connectionStrings>
|
---|
[17059] | 6 | <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString"
|
---|
| 7 | connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.4" />
|
---|
[6983] | 8 | </connectionStrings>
|
---|
[15261] | 9 |
|
---|
| 10 | <applicationSettings>
|
---|
[6983] | 11 | <HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
| 12 | <setting name="LongRunningDatabaseCommandTimeout" serializeAs="String">
|
---|
| 13 | <value>00:05:00</value>
|
---|
| 14 | </setting>
|
---|
| 15 | <setting name="EventLogName" serializeAs="String">
|
---|
| 16 | <value>HL.Hive</value>
|
---|
| 17 | </setting>
|
---|
| 18 | </HeuristicLab.Services.Hive.DataAccess.Settings>
|
---|
| 19 | </applicationSettings>
|
---|
[15261] | 20 |
|
---|
| 21 | <startup>
|
---|
| 22 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
---|
| 23 | </startup>
|
---|
[6983] | 24 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.