Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config @ 4494

Last change on this file since 4494 was 4494, checked in by swagner, 14 years ago

Adapted deployment service (#1165)

File size: 449 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <configSections>
4  </configSections>
5  <connectionStrings>
6    <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString"
7      connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI"
8      providerName="System.Data.SqlClient" />
9  </connectionStrings>
10</configuration>
Note: See TracBrowser for help on using the repository browser.