Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/12 15:29:17 (12 years ago)
Author:
ascheibe
Message:

#1648

  • set default app.config to services.heuristiclab.com
  • added a web.config file for the server
  • cleaned up connection strings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/app.config

    r7619 r7623  
    33    <configSections>
    44    </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" />
     5    <connectionStrings>       
    96        <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString"
    107            connectionString="Data Source=.;Initial Catalog=HeuristicLab.AccessService;Integrated Security=True"
Note: See TracChangeset for help on using the changeset viewer.