Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ALPS/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config @ 11677

Last change on this file since 11677 was 11677, checked in by pfleck, 9 years ago

#2269 Merged trunk. Updated .net version of ALPS plugin.

File size: 518 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <configSections>
4  </configSections>
5  <connectionStrings>
6    <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI" providerName="System.Data.SqlClient"/>
7  </connectionStrings>
8<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.