mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
New: NzbDrone service to automatically report errors and episode parse issues.
This commit is contained in:
parent
ea86ce2fcb
commit
174f765ec9
140 changed files with 10774 additions and 1694 deletions
9
packages/elmah.sqlserver.1.2/content/web.config.transform
vendored
Normal file
9
packages/elmah.sqlserver.1.2/content/web.config.transform
vendored
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue