mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-23 00:03:05 +00:00
10 lines
250 B
Text
10 lines
250 B
Text
|
<?xml version="1.0"?>
|
||
|
<configuration>
|
||
|
<startup>
|
||
|
|
||
|
<supportedRuntime version="v2.0.50727"/></startup>
|
||
|
<connectionStrings>
|
||
|
<add name="sqlite" connectionString="Data Source=filename;Version=3;"/>
|
||
|
</connectionStrings>
|
||
|
</configuration>
|