1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 02:18:06 +00:00
Lidarr/NzbDrone/app.config

10 lines
277 B
Text
Raw Normal View History

2010-09-22 20:19:47 -07:00
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
2010-09-22 20:19:47 -07:00
<connectionStrings>
<add name="sqlite" connectionString="Data Source=filename;Version=3;"/>
</connectionStrings>
</configuration>