Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config @ 16046

Last change on this file since 16046 was 14748, checked in by jkarder, 7 years ago

#2743: cleaned up

  • updated app configs
  • updated settings
File size: 457 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <connectionStrings>
4    <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" />
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.