Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.OKB.DataAccess/3.3/app.config @ 4310

Last change on this file since 4310 was 4310, checked in by swagner, 14 years ago

Worked on OKB user authentication (#1167)

File size: 488 bytes
RevLine 
[4276]1<?xml version="1.0"?>
2<configuration>
3  <configSections>
4  </configSections>
5  <connectionStrings>
[4298]6    <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString"
[4310]7         connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB"
[4298]8         providerName="System.Data.SqlClient" />
[4276]9  </connectionStrings>
10<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.