mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 15:53:23 +00:00
9 lines
250 B
XML
9 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>
|