- Timestamp:
- 10/18/18 16:16:31 (6 years ago)
- Location:
- branches/2915-AbsoluteSymbol
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2915-AbsoluteSymbol
- Property svn:mergeinfo changed
-
branches/2915-AbsoluteSymbol/HeuristicLab.Services.OKB
- Property svn:mergeinfo changed
/branches/2839_HiveProjectManagement/HeuristicLab.Services.OKB (added) merged: 16057,16091 /trunk/HeuristicLab.Services.OKB (added) merged: 16117
- Property svn:mergeinfo changed
-
branches/2915-AbsoluteSymbol/HeuristicLab.Services.OKB/3.3/app.config
r14748 r16240 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.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"/> 6 6 </connectionStrings> 7 7 … … 34 34 <host> 35 35 <baseAddresses> 36 <add baseAddress="http:// localhost:8000/OKB-3.3/AdministrationService.svc" />36 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc" /> 37 37 </baseAddresses> 38 38 </host> … … 41 41 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 42 42 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" 44 44 binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IQueryService" 45 45 name="NetBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" /> 46 46 <host> 47 47 <baseAddresses> 48 <add baseAddress="http:// localhost:8000/OKB-3.3/QueryService.svc" />48 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/QueryService.svc" /> 49 49 </baseAddresses> 50 50 </host> … … 55 55 <host> 56 56 <baseAddresses> 57 <add baseAddress="http:// localhost:8000/OKB-3.3/RunCreationService.svc" />57 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc" /> 58 58 </baseAddresses> 59 59 </host> … … 91 91 roleProviderName="AspNetSqlRoleProvider" /> 92 92 <serviceCredentials> 93 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />93 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 94 94 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 95 95 membershipProviderName="AspNetSqlMembershipProvider" />
Note: See TracChangeset
for help on using the changeset viewer.