mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-04 06:38:28 +02:00
10 lines
250 B
XML
10 lines
250 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup>
|
|
|
|
<supportedRuntime version="v2.0.50727"/></startup>
|
|
<connectionStrings>
|
|
<add name="sqlite" connectionString="Data Source=filename;Version=3;"/>
|
|
</connectionStrings>
|
|
</configuration>
|