Free cookie consent management tool by TermsFeed Policy Generator

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

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

Moved HeuristicLab.Services projects into a separate solution (#1160)

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