Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive.DataAccess/3.3/app.config @ 4615

Last change on this file since 4615 was 4615, checked in by cneumuel, 14 years ago

renamed folder, implemented heartbeat logic (#1233)

File size: 438 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <configSections>
4  </configSections>
5  <connectionStrings>
6    <add name="HeuristicLab.Services.Hive.DataAccess.Properties.Settings.HeuristicLab_Hive_LinqConnectionString"
7        connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive;Integrated Security=True;"
8        providerName="System.Data.SqlClient" />
9  </connectionStrings>
10</configuration>
Note: See TracBrowser for help on using the repository browser.