mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-29 03:05:49 +00:00
7 lines
295 B
Text
7 lines
295 B
Text
|
<?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>
|