Changeset 4256 for trunk/sources/HeuristicLab.Services.Deployment
- Timestamp:
- 08/19/10 00:59:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Deployment/3.3/App.config
r3179 r4256 43 43 <connectionStrings> 44 44 <remove name="LocalSqlServer" /> 45 <add connectionString="Server=SERV DEV;Database=HeuristicLab.Deployment;Integrated Security=SSPI" name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_PluginStoreConnectionString" />45 <add connectionString="Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI" name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_PluginStoreConnectionString" /> 46 46 <add name="MyLocalSQLServer" connectionString="Initial Catalog=aspnetdb;data source=localhost;Integrated Security=SSPI;" /> 47 47 </connectionStrings> … … 119 119 <serviceDebug includeExceptionDetailInFaults="false" /> 120 120 <serviceCredentials> 121 <serviceCertificate findValue="serv dev.heuristiclab.com" storeLocation="LocalMachine"121 <serviceCertificate findValue="services.heuristiclab.com" storeLocation="LocalMachine" 122 122 storeName="My" x509FindType="FindBySubjectName" /> 123 123 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" … … 131 131 <serviceDebug includeExceptionDetailInFaults="false" /> 132 132 <serviceCredentials> 133 <serviceCertificate findValue="serv dev.heuristiclab.com" storeLocation="LocalMachine"133 <serviceCertificate findValue="services.heuristiclab.com" storeLocation="LocalMachine" 134 134 storeName="My" x509FindType="FindBySubjectName" /> 135 135 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
Note: See TracChangeset
for help on using the changeset viewer.