Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/app.config @ 5078

Last change on this file since 5078 was 5078, checked in by cneumuel, 13 years ago

#1233

  • removed dash from solution file name
  • reorganized MessageContainer.MessageTypes
  • added server test project
File size: 442 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-3.4;Integrated Security=True;"
8        providerName="System.Data.SqlClient" />
9  </connectionStrings>
10</configuration>
Note: See TracBrowser for help on using the repository browser.