Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.settings @ 15888

Last change on this file since 15888 was 15261, checked in by jkarder, 7 years ago

#2743: merged r14722, r14726, r14732, r14738, r14748:14749, r14820, r14828, r15005 and r15075 into stable

File size: 1.8 KB
RevLine 
[8040]1<?xml version='1.0' encoding='utf-8'?>
2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Services.Access.DataAccess.Properties" GeneratedClassName="Settings">
3  <Profiles />
4  <Settings>
[15261]5    <Setting Name="HeuristicLab_ClientManagementConnectionString" Type="(Connection string)" Scope="Application">
[8040]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;
[15261]8  &lt;ConnectionString&gt;Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService&lt;/ConnectionString&gt;
[8040]9  &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
10&lt;/SerializableConnectionString&gt;</DesignTimeValue>
[15261]11      <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService</Value>
[8040]12    </Setting>
[15261]13    <Setting Name="HeuristicLab_AuthenticationConnectionString" Type="(Connection string)" Scope="Application">
[8040]14      <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
15&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
[15261]16  &lt;ConnectionString&gt;Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication&lt;/ConnectionString&gt;
[8040]17  &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
18&lt;/SerializableConnectionString&gt;</DesignTimeValue>
[15261]19      <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication</Value>
[8040]20    </Setting>
21  </Settings>
22</SettingsFile>
Note: See TracBrowser for help on using the repository browser.