Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/10 17:32:34 (14 years ago)
Author:
gkronber
Message:

Added deployment service projects to HL 3.3 solution. #918 (Integrate deployment service into trunk and HL3.3 solution file)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/App.config

    r3072 r3084  
    77  <connectionStrings>
    88    <remove name="LocalSqlServer" />
    9     <add connectionString="Server=SERVDEV;Database=HeuristicLab.Deployment;Integrated Security=SSPI" name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_PluginStoreConnectionString" />
     9    <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_PluginStoreConnectionString"
     10      connectionString="Server=SERVDEV;Database=HeuristicLab.Deployment;Integrated Security=SSPI" />
    1011    <add name="MyLocalSQLServer" connectionString="Initial Catalog=aspnetdb;data source=localhost;Integrated Security=SSPI;" />
    1112  </connectionStrings>
Note: See TracChangeset for help on using the changeset viewer.