Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2845_EnhancedProgress/HeuristicLab.Services.Access.DataAccess/3.3/app.config @ 16311

Last change on this file since 16311 was 16311, checked in by pfleck, 6 years ago

#2845 Merged trunk changes into branch (15406-15681, 15683-16308)

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