- Timestamp:
- 12/19/17 13:22:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveProjectManagement/HeuristicLab.Clients.OKB/3.3/app.config
r15361 r15546 52 52 </bindings> 53 53 <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" 55 55 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService" 56 56 contract="HeuristicLab.Clients.OKB.Administration.IAdministrationService" 57 57 name="WSHttpBinding_IAdministrationService"> 58 58 <identity> 59 <dns value=" services.heuristiclab.com" />59 <dns value="localhost" /> 60 60 </identity> 61 61 </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" 63 63 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IQueryService" 64 64 contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="WSHttpBinding_IQueryService"> 65 65 <identity> 66 <dns value=" services.heuristiclab.com" />66 <dns value="localhost" /> 67 67 </identity> 68 68 </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" 70 70 binding="netTcpBinding" bindingConfiguration="NetBinding_IQueryService" 71 71 contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="NetBinding_IQueryService"> 72 72 <identity> 73 <dns value=" services.heuristiclab.com" />73 <dns value="localhost" /> 74 74 </identity> 75 75 </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" 77 77 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IRunCreationService" 78 78 contract="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService" 79 79 name="WSHttpBinding_IRunCreationService"> 80 80 <identity> 81 <dns value=" services.heuristiclab.com" />81 <dns value="localhost" /> 82 82 </identity> 83 83 </endpoint>
Note: See TracChangeset
for help on using the changeset viewer.