Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Services.ClientManagement.DataAccess/3.3/app.config @ 6799

Last change on this file since 6799 was 6799, checked in by ascheibe, 13 years ago

#1648 added data model and service interface for client management

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