Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2915-AbsoluteSymbol/HeuristicLab.Services.OKB.DataAccess/3.3/app.config @ 16240

Last change on this file since 16240 was 16240, checked in by gkronber, 5 years ago

#2915: merged changes in the trunk up to current HEAD (r15951:16232) into the branch

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