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.Services.OKB/3.3/app.config

    r14748 r16091  
    22<configuration>
    33  <connectionStrings>
    4     <add name="HeuristicLab.Authentication" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>
    5     <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB"/>
     4    <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>
     5    <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB"/>
    66  </connectionStrings>
    77
     
    3434        <host>
    3535          <baseAddresses>
    36             <add baseAddress="http://localhost:8000/OKB-3.3/AdministrationService.svc" />
     36            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc" />
    3737          </baseAddresses>
    3838        </host>
     
    4141        <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
    4242          name="WSHttpBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" />
    43         <endpoint address="net.tcp://localhost:8001/OKB-3.3/QueryService.svc"
     43        <endpoint address="net.tcp://services.heuristiclab.com/OKB-3.3/QueryService.svc"
    4444          binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IQueryService"
    4545          name="NetBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" />
    4646        <host>
    4747          <baseAddresses>
    48             <add baseAddress="http://localhost:8000/OKB-3.3/QueryService.svc" />
     48            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/QueryService.svc" />
    4949          </baseAddresses>
    5050        </host>
     
    5555        <host>
    5656          <baseAddresses>
    57             <add baseAddress="http://localhost:8000/OKB-3.3/RunCreationService.svc" />
     57            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc" />
    5858          </baseAddresses>
    5959        </host>
     
    9191            roleProviderName="AspNetSqlRoleProvider" />
    9292          <serviceCredentials>
    93             <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" />
     93            <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" />
    9494            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
    9595              membershipProviderName="AspNetSqlMembershipProvider" />
Note: See TracChangeset for help on using the changeset viewer.