Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config @ 15940

Last change on this file since 15940 was 15261, checked in by jkarder, 7 years ago

#2743: merged r14722, r14726, r14732, r14738, r14748:14749, r14820, r14828, r15005 and r15075 into stable

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