Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/17 13:35:29 (6 years ago)
Author:
jzenisek
Message:

#2839 worked on ProjectResource assignment: (cascading) assigning & unassigning (reverted changes of config files from r15546)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveProjectManagement/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/app.config

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