Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/17 13:22:47 (7 years ago)
Author:
jzenisek
Message:

#2839 worked on ProjectResource assignment: (cascading) assigning & unassigning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveProjectManagement/HeuristicLab.Clients.OKB/3.3/app.config

    r15361 r15546  
    5252    </bindings>
    5353    <client>
    54       <endpoint address="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc"
     54      <endpoint address="http://hivelab.hagenberg.fhooe.at/OKB-3.3/AdministrationService.svc"
    5555        binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService"
    5656        contract="HeuristicLab.Clients.OKB.Administration.IAdministrationService"
    5757        name="WSHttpBinding_IAdministrationService">
    5858        <identity>
    59           <dns value="services.heuristiclab.com" />
     59          <dns value="localhost" />
    6060        </identity>
    6161      </endpoint>
    62       <endpoint address="http://services.heuristiclab.com/OKB-3.3/QueryService.svc"
     62      <endpoint address="http://hivelab.hagenberg.fhooe.at/OKB-3.3/QueryService.svc"
    6363        binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IQueryService"
    6464        contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="WSHttpBinding_IQueryService">
    6565        <identity>
    66           <dns value="services.heuristiclab.com" />
     66          <dns value="localhost" />
    6767        </identity>
    6868      </endpoint>
    69       <endpoint address="net.tcp://services.heuristiclab.com/OKB-3.3/QueryService.svc"
     69      <endpoint address="net.tcp://hivelab.hagenberg.fhooe.at/OKB-3.3/QueryService.svc"
    7070        binding="netTcpBinding" bindingConfiguration="NetBinding_IQueryService"
    7171        contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="NetBinding_IQueryService">
    7272        <identity>
    73           <dns value="services.heuristiclab.com" />
     73          <dns value="localhost" />
    7474        </identity>
    7575      </endpoint>
    76       <endpoint address="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc"
     76      <endpoint address="http://hivelab.hagenberg.fhooe.at/OKB-3.3/RunCreationService.svc"
    7777        binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IRunCreationService"
    7878        contract="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService"
    7979        name="WSHttpBinding_IRunCreationService">
    8080        <identity>
    81           <dns value="services.heuristiclab.com" />
     81          <dns value="localhost" />
    8282        </identity>
    8383      </endpoint>
Note: See TracChangeset for help on using the changeset viewer.