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
Location:
branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment/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" />
    5     <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment"/>
     4    <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />
     5    <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment"/>
    66  </connectionStrings>
    77
     
    4040        <host>
    4141          <baseAddresses>
    42             <add baseAddress="http://localhost:8000/Deployment-3.3/AdminService.svc"/>
     42            <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc"/>
    4343          </baseAddresses>
    4444        </host>
     
    4949        <host>
    5050          <baseAddresses>
    51             <add baseAddress="http://localhost:8000/Deployment-3.3/UpdateService.svc"/>
     51            <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc"/>
    5252          </baseAddresses>
    5353        </host>
     
    6060          <serviceDebug includeExceptionDetailInFaults="true" />
    6161          <serviceCredentials>
    62             <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" />
     62            <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" />
    6363            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
    6464              membershipProviderName="AspNetSqlMembershipProvider" />
  • branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment/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.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment"/>
     4    <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />
     5    <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment"/>
    66  </connectionStrings>
    77
     
    4040        <host>
    4141          <baseAddresses>
    42             <add baseAddress="http://localhost:8000/Deployment-3.3/AdminService.svc"/>
     42            <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc"/>
    4343          </baseAddresses>
    4444        </host>
     
    4949        <host>
    5050          <baseAddresses>
    51             <add baseAddress="http://localhost:8000/Deployment-3.3/UpdateService.svc"/>
     51            <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc"/>
    5252          </baseAddresses>
    5353        </host>
     
    6060          <serviceDebug includeExceptionDetailInFaults="true" />
    6161          <serviceCredentials>
    62             <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" />
     62            <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" />
    6363            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
    6464              membershipProviderName="AspNetSqlMembershipProvider" />
Note: See TracChangeset for help on using the changeset viewer.