Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config @ 17357

Last change on this file since 17357 was 16386, checked in by gkronber, 6 years ago

#2925 merged changes r15972:16382 from trunk to branch

File size: 502 bytes
RevLine 
[11623]1<?xml version="1.0" encoding="utf-8"?>
[3085]2<configuration>
[16386]3  <configSections>
4  </configSections>
[4494]5  <connectionStrings>
[16386]6    <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString"
7      connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" />
[4494]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.