mirror of
https://github.com/Radarr/Radarr
synced 2024-12-28 19:05:55 +00:00
9 lines
405 B
Text
9 lines
405 B
Text
|
<configuration>
|
||
|
<elmah>
|
||
|
<errorLog type="Elmah.SqlErrorLog, Elmah" connectionStringName="elmah-sqlserver" />
|
||
|
</elmah>
|
||
|
<connectionStrings>
|
||
|
<!-- TODO: Replace the ****'s with the correct entries -->
|
||
|
<add name="elmah-sqlserver" connectionString="Data Source=****;User ID=****;Password=****;Initial Catalog=****;" providerName="System.Data.SqlClient"/>
|
||
|
</connectionStrings>
|
||
|
</configuration>
|