Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/10 00:48:11 (14 years ago)
Author:
swagner
Message:

Adapted deployment service (#1165)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs

    r4256 r4494  
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2828        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
    29         [global::System.Configuration.DefaultSettingValueAttribute("Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI")]
    30         public string HeuristicLab_PluginStoreConnectionString {
     29        [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Secur" +
     30            "ity=SSPI")]
     31        public string HeuristicLab_DeploymentConnectionString {
    3132            get {
    32                 return ((string)(this["HeuristicLab_PluginStoreConnectionString"]));
     33                return ((string)(this["HeuristicLab_DeploymentConnectionString"]));
    3334            }
    3435        }
Note: See TracChangeset for help on using the changeset viewer.