You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/packages/elmah.sqlserver.1.2/content/web.config.transform

9 lines
405 B

<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>