Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/app.config @ 1162

Last change on this file since 1162 was 1162, checked in by msteinbi, 15 years ago

Implementing Lifecycle Management (#453)

File size: 470 bytes
RevLine 
[1143]1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <configSections>
4    </configSections>
5    <connectionStrings>
6        <add name="HeuristicLab.Hive.Server.ADODataAccess.Properties.Settings.HiveServerConnectionString"
[1162]7            connectionString="Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive"
[1144]8            providerName="System.Data.SqlClient" />
[1143]9    </connectionStrings>
10</configuration>
Note: See TracBrowser for help on using the repository browser.