Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/app.config @ 7619

Last change on this file since 7619 was 7619, checked in by ascheibe, 12 years ago

#1648

  • added service description file
  • renamed database to correct name
  • fixed sql scripts for creating the db
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4    </configSections>
5    <connectionStrings>
6        <add name="HeuristicLab.Services.Directoy.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString"
7            connectionString="Data Source=.;Initial Catalog=HeuristicLab.Authentication;Integrated Security=True"
8            providerName="System.Data.SqlClient" />
9        <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString"
10            connectionString="Data Source=.;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True"
11            providerName="System.Data.SqlClient" />
12        <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString"
13            connectionString="Data Source=.;Initial Catalog=HeuristicLab.Authentication;Integrated Security=True"
14            providerName="System.Data.SqlClient" />
15    </connectionStrings>
16</configuration>
Note: See TracBrowser for help on using the repository browser.