mirror of https://github.com/lidarr/Lidarr
9 lines
405 B
Plaintext
9 lines
405 B
Plaintext
<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> |