- Timestamp:
- 09/13/18 13:18:45 (6 years ago)
- Location:
- branches/2931_OR-Tools_LP_MIP
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP
- Property svn:mergeinfo changed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Services.Deployment
- Property svn:mergeinfo changed
/branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment (added) merged: 16057,16091 /trunk/HeuristicLab.Services.Deployment (added) merged: 16117
- Property svn:mergeinfo changed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Services.Deployment/3.3/Web.config
r14748 r16139 2 2 <configuration> 3 3 <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"/> 6 6 </connectionStrings> 7 7 … … 40 40 <host> 41 41 <baseAddresses> 42 <add baseAddress="http:// localhost:8000/Deployment-3.3/AdminService.svc"/>42 <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc"/> 43 43 </baseAddresses> 44 44 </host> … … 49 49 <host> 50 50 <baseAddresses> 51 <add baseAddress="http:// localhost:8000/Deployment-3.3/UpdateService.svc"/>51 <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc"/> 52 52 </baseAddresses> 53 53 </host> … … 60 60 <serviceDebug includeExceptionDetailInFaults="true" /> 61 61 <serviceCredentials> 62 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />62 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 63 63 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 64 64 membershipProviderName="AspNetSqlMembershipProvider" /> -
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Services.Deployment/3.3/app.config
r14748 r16139 2 2 <configuration> 3 3 <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"/> 6 6 </connectionStrings> 7 7 … … 40 40 <host> 41 41 <baseAddresses> 42 <add baseAddress="http:// localhost:8000/Deployment-3.3/AdminService.svc"/>42 <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc"/> 43 43 </baseAddresses> 44 44 </host> … … 49 49 <host> 50 50 <baseAddresses> 51 <add baseAddress="http:// localhost:8000/Deployment-3.3/UpdateService.svc"/>51 <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc"/> 52 52 </baseAddresses> 53 53 </host> … … 60 60 <serviceDebug includeExceptionDetailInFaults="true" /> 61 61 <serviceCredentials> 62 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />62 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 63 63 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 64 64 membershipProviderName="AspNetSqlMembershipProvider" />
Note: See TracChangeset
for help on using the changeset viewer.