mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-30 09:07:14 +02:00
10 lines
277 B
XML
10 lines
277 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
|
<connectionStrings>
|
|
<add name="sqlite" connectionString="Data Source=filename;Version=3;"/>
|
|
</connectionStrings>
|
|
</configuration>
|