Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/Properties/Settings.settings @ 1120

Last change on this file since 1120 was 1120, checked in by svonolfe, 15 years ago

Added execution engine facade (#465)

File size: 1.1 KB
RevLine 
[826]1<?xml version='1.0' encoding='utf-8'?>
2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Hive.Server.ADODataAccess.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
5    <Setting Name="HiveServerConnectionString" Type="(Connection string)" Scope="Application">
6      <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
7&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
[1120]8  &lt;ConnectionString&gt;Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive&lt;/ConnectionString&gt;
[826]9  &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
10&lt;/SerializableConnectionString&gt;</DesignTimeValue>
[1120]11      <Value Profile="(Default)">Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</Value>
[826]12    </Setting>
13  </Settings>
14</SettingsFile>
Note: See TracBrowser for help on using the repository browser.