Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9725 was 9619, checked in by spimming, 11 years ago

#1888:

  • Added new BillingService methods
  • Disabled proxy generation and lazy loading!
  • Extended see method with additional test data
  • Added properties to order and invoice model
  • initial commit of BillingEngine module
File size: 855 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <configSections>
4    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
5    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6  </configSections>
7  <appSettings>
8    <add key="BillingEngineInterval" value ="00:01:00"/>
9  </appSettings>
10  <connectionStrings>
11    <add name="BillingContext" connectionString="ADJUST_ME" providerName="System.Data.SqlClient" />
12  </connectionStrings>
13  <entityFramework>
14    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
15  </entityFramework>
16</configuration>
Note: See TracBrowser for help on using the repository browser.