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.Access/3.3/Web.config

    r14748 r16091  
    22<configuration>
    33  <connectionStrings>
    4     <add name="HeuristicLab.Authentication" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />
     4    <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />
    55  </connectionStrings>
    66
     
    3030        <host>
    3131          <baseAddresses>
    32             <add baseAddress="http://localhost:8000/AccessService-3.3/AccessService.svc" />
     32            <add baseAddress="http://services.heuristiclab.com/AccessService-3.3/AccessService.svc" />
    3333          </baseAddresses>
    3434        </host>
     
    4141          <serviceDebug includeExceptionDetailInFaults="true" />
    4242          <serviceCredentials>
    43             <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" />
     43            <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" />
    4444            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
    4545              membershipProviderName="AspNetSqlMembershipProvider" />
Note: See TracChangeset for help on using the changeset viewer.