mirror of https://github.com/lidarr/Lidarr
13 lines
587 B
XML
13 lines
587 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
</configSections>
|
|
<entityFramework>
|
|
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlCeConnectionFactory, EntityFramework">
|
|
<parameters>
|
|
<parameter value="System.Data.SqlServerCe.4.0" />
|
|
</parameters>
|
|
</defaultConnectionFactory>
|
|
</entityFramework>
|
|
</configuration> |