Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.0/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config

Last change on this file was 3085, checked in by gkronber, 14 years ago

Set svn:ignore properties and added app.config file. #918 (Integrate deployment service into trunk and HL3.3 solution file)

File size: 436 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_PluginStoreConnectionString"
7            connectionString="Server=SERVDEV;Database=HeuristicLab.Deployment;Integrated Security=SSPI"
8            providerName="" />
9    </connectionStrings>
10</configuration>
Note: See TracBrowser for help on using the repository browser.