Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1648

  • set default app.config to services.heuristiclab.com
  • added a web.config file for the server
  • cleaned up connection strings
File size: 768 bytes
RevLine 
[6815]1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4    </configSections>
[7623]5    <connectionStrings>       
[6815]6        <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString"
[7619]7            connectionString="Data Source=.;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True"
[6815]8            providerName="System.Data.SqlClient" />
[7619]9        <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString"
10            connectionString="Data Source=.;Initial Catalog=HeuristicLab.Authentication;Integrated Security=True"
11            providerName="System.Data.SqlClient" />
[6815]12    </connectionStrings>
13</configuration>
Note: See TracBrowser for help on using the repository browser.