mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +00:00
7 lines
No EOL
295 B
XML
7 lines
No EOL
295 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<connectionStrings>
|
|
<clear />
|
|
<add name="SqlExpress" providerName="System.Data.SqlClient" connectionString="Data Source=.\SQLEXPRESS;Database=Services_Test; Integrated Security=True" />
|
|
</connectionStrings>
|
|
</configuration> |