mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-01 00:55:39 +00:00
9 lines
No EOL
405 B
Text
9 lines
No EOL
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> |