source:
branches/PersistenceSpeedUp/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config
@
9887
Last change on this file since 9887 was 4494, checked in by swagner, 14 years ago | |
---|---|
File size: 449 bytes |
Line | |
---|---|
1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <configuration> |
3 | <configSections> |
4 | </configSections> |
5 | <connectionStrings> |
6 | <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" |
7 | connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI" |
8 | providerName="System.Data.SqlClient" /> |
9 | </connectionStrings> |
10 | </configuration> |
Note: See TracBrowser
for help on using the repository browser.