Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/10 00:59:26 (14 years ago)
Author:
swagner
Message:

Moved HeuristicLab.Services projects into a separate solution (#1160)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/App.config

    r3179 r4256  
    4343  <connectionStrings>
    4444    <remove name="LocalSqlServer" />
    45     <add connectionString="Server=SERVDEV;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" />
    4646    <add name="MyLocalSQLServer" connectionString="Initial Catalog=aspnetdb;data source=localhost;Integrated Security=SSPI;" />
    4747  </connectionStrings>
     
    119119          <serviceDebug includeExceptionDetailInFaults="false" />
    120120          <serviceCredentials>
    121             <serviceCertificate findValue="servdev.heuristiclab.com" storeLocation="LocalMachine"
     121            <serviceCertificate findValue="services.heuristiclab.com" storeLocation="LocalMachine"
    122122             storeName="My" x509FindType="FindBySubjectName" />
    123123            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
     
    131131          <serviceDebug includeExceptionDetailInFaults="false" />
    132132          <serviceCredentials>
    133             <serviceCertificate findValue="servdev.heuristiclab.com" storeLocation="LocalMachine"
     133            <serviceCertificate findValue="services.heuristiclab.com" storeLocation="LocalMachine"
    134134             storeName="My" x509FindType="FindBySubjectName" />
    135135            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
Note: See TracChangeset for help on using the changeset viewer.