Last change
on this file since 12092 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
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
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 | <add key="LongRunningDbCommandTimeout" value="00:05:00"/>
|
---|
10 | <add key="StorageConnectionString" value="ADJUST_ME"/>
|
---|
11 | </appSettings>
|
---|
12 | <connectionStrings>
|
---|
13 | <add name="BillingContext" connectionString="ADJUST_ME" providerName="System.Data.SqlClient"/>
|
---|
14 | </connectionStrings>
|
---|
15 | <entityFramework>
|
---|
16 | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
|
---|
17 | </entityFramework>
|
---|
18 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.