1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00
Radarr/NzbDrone/app.config

10 lines
250 B
Plaintext
Raw Normal View History

2010-09-23 05:19:47 +02:00
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/></startup>
<connectionStrings>
<add name="sqlite" connectionString="Data Source=filename;Version=3;"/>
</connectionStrings>
</configuration>