Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Billing.Test/App.config @ 12614

Last change on this file since 12614 was 10013, checked in by spimming, 11 years ago

#1888:

  • enabled transactions
  • enabled tracing output
  • set correct invoice data
  • saving invoices
File size: 1.0 KB
RevLine 
[10013]1<?xml version="1.0"?>
[9576]2<configuration>
[9579]3  <configSections>
4    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
[10013]5    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
[9579]6  </configSections>
[9619]7  <appSettings>
[10013]8    <add key="BillingEngineInterval" value="00:01:00"/>
9    <add key="LongRunningDbCommandTimeout" value="00:05:00"/>
10    <add key="StorageConnectionString" value="ADJUST_ME"/>
[9619]11  </appSettings>
[9576]12  <connectionStrings>
[10013]13    <add name="BillingContext" connectionString="ADJUST_ME" providerName="System.Data.SqlClient"/>
[9576]14  </connectionStrings>
[9579]15  <entityFramework>
[10013]16    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
[9579]17  </entityFramework>
[10013]18<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.