Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/17/13 15:04:12 (12 years ago)
Author:
spimming
Message:

#1888:
*Marked necessary configuration steps with ADJUST_ME

Location:
branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.settings

    r8326 r9371  
    66      <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
    77&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
    8   &lt;ConnectionString&gt;Data Source=pok6rtjc5c.database.windows.net;Initial Catalog=HeuristicLab.Hive-3.3;User ID=cloudia;Password=d1fFntitafvX;Enlist=False&lt;/ConnectionString&gt;
     8  &lt;ConnectionString&gt;Data Source=ADJUST_ME;Initial Catalog=HeuristicLab.Hive-3.3;User ID=ADJUST_ME;Password=ADJUST_ME;Enlist=False&lt;/ConnectionString&gt;
    99  &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
    1010&lt;/SerializableConnectionString&gt;</DesignTimeValue>
    11       <Value Profile="(Default)">Data Source=pok6rtjc5c.database.windows.net;Initial Catalog=HeuristicLab.Hive-3.3;User ID=cloudia;Password=d1fFntitafvX;Enlist=False</Value>
     11      <Value Profile="(Default)">Data Source=ADJUST_ME;Initial Catalog=HeuristicLab.Hive-3.3;User ID=ADJUST_ME;Password=ADJUST_ME;Enlist=False</Value>
    1212    </Setting>
    1313    <Setting Name="LongRunningDatabaseCommandTimeout" Type="System.TimeSpan" Scope="Application">
  • branches/OaaS/HeuristicLab.Services.Hive.DataAccess/3.3/app.config

    r8326 r9371  
    88  <connectionStrings>
    99    <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString"
    10         connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.3;Integrated Security=True;"     
     10      connectionString="ADJUST_ME;Enlist=False"
    1111      providerName="System.Data.SqlClient" />
    1212  </connectionStrings>
Note: See TracChangeset for help on using the changeset viewer.