Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ALPS/HeuristicLab.Services.OKB.DataAccess/3.3/app.config @ 12062

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

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

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