Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/03/15 16:35:17 (9 years ago)
Author:
dglaser
Message:

#2388: Changed all files to connect to localhost / sqlexpress

HeuristicLab.Services.Hive-3.3:

  • Added Converter.cs and NewHiveService.cs, both will be integrated into existing HiveService.cs and Convert.cs when all methods are successfully implemented

HeuristicLab.Services.Hive.Web.Hive-3.3:

  • Added publish profiles

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added functionality to download TaskData as .hl file
Location:
branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.Designer.cs

    r11623 r12584  
    6262        [global::System.Configuration.UserScopedSettingAttribute()]
    6363        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    64         [global::System.Configuration.DefaultSettingValueAttribute("http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc")]
     64        [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/Deployment-3.3/UpdateService.svc")]
    6565        public string UpdateLocation {
    6666            get {
     
    7474        [global::System.Configuration.UserScopedSettingAttribute()]
    7575        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    76         [global::System.Configuration.DefaultSettingValueAttribute("http://services.heuristiclab.com/Deployment-3.3/AdminService.svc")]
     76        [global::System.Configuration.DefaultSettingValueAttribute("http://localhost/Deployment-3.3/AdminService.svc")]
    7777        public string UpdateLocationAdministrationAddress {
    7878            get {
  • branches/HiveStatistics/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.settings

    r4495 r12584  
    1313    </Setting>
    1414    <Setting Name="UpdateLocation" Type="System.String" Scope="User">
    15       <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc</Value>
     15      <Value Profile="(Default)">http://localhost/Deployment-3.3/UpdateService.svc</Value>
    1616    </Setting>
    1717    <Setting Name="UpdateLocationAdministrationAddress" Type="System.String" Scope="User">
    18       <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/AdminService.svc</Value>
     18      <Value Profile="(Default)">http://localhost/Deployment-3.3/AdminService.svc</Value>
    1919    </Setting>
    2020  </Settings>
Note: See TracChangeset for help on using the changeset viewer.