mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 16:32:48 +00:00
9 lines
277 B
XML
9 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>
|