Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/29/18 09:29:06 (6 years ago)
Author:
jkarder
Message:

#2839: worked on hive project management

  • updated app/web configs and settings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Slave/3.3/app.config

    r15547 r16091  
    150150    <client>
    151151      <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/>
    152       <endpoint address="http://services.heuristiclab.com/Hive-3.3/HiveService.svc"
     152      <endpoint address="http://services.heuristiclab.com/Hive-3.4/HiveService.svc"
    153153        binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService"
    154154        contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService">
     
    157157        </identity>
    158158      </endpoint>
    159       <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.3/HiveService.svc"
     159      <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.4/HiveService.svc"
    160160        binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService"
    161161        contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService">
Note: See TracChangeset for help on using the changeset viewer.