Skip to content

Instantly share code, notes, and snippets.

@mattgartman
Last active August 29, 2015 14:07
Show Gist options
  • Save mattgartman/cacfca56accb4b9fcb9b to your computer and use it in GitHub Desktop.
Save mattgartman/cacfca56accb4b9fcb9b to your computer and use it in GitHub Desktop.
Sitecore.HeartBeatExcludes.config
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<!-- EXCLUDE CONNECTION STRINGS FROM HEART BEAT CHECK
Excludes specific connection strings from the heart beat check.
Values are Pipe (|) delimited and not case sensitive
Example: activedirectory|otherNonSQLconnectionString
Default value: not defined
-->
<setting name="Sitecore.Services.Heartbeat.ExcludeConnection" value="activedirectory" />
</settings>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment