mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
7 lines
295 B
XML
7 lines
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> |