mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: NzbDrone service to automatically report errors and episode parse issues.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user