Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.Access.DataAccess/3.3/app.config @ 14748

Last change on this file since 14748 was 14748, checked in by jkarder, 7 years ago

#2743: cleaned up

  • updated app configs
  • updated settings
File size: 699 bytes
RevLine 
[11623]1<?xml version="1.0" encoding="utf-8"?>
[8040]2<configuration>
[14748]3  <connectionStrings>
4    <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService" />
5    <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />
6  </connectionStrings>
7
8  <startup>
9    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
10  </startup>
11</configuration>
Note: See TracBrowser for help on using the repository browser.