Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientManagement/HeuristicLab.Services.Authentication/HeuristicLab.Services.Authentication.DataAccess/app.config @ 6956

Last change on this file since 6956 was 4695, checked in by fruehrli, 14 years ago

#1197
commit completed

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