Free cookie consent management tool by TermsFeed Policy Generator

source: branches/symbreg-factors-2650/HeuristicLab.Services.OKB.DataAccess/3.3/app.config @ 14754

Last change on this file since 14754 was 14754, checked in by gkronber, 7 years ago

#2650 added r14748 from trunk to branch (change set contains file renames lower case to upper case)

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