Set the health_check mailer full checks to be the same as the standard checks

There was nothing additional in the full checks that we want to run (email, custom)
This commit is contained in:
DJ Mountney 2016-06-24 08:47:08 -07:00
parent 59b5bb0334
commit 4cfb1af0b7
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ end
HealthCheck.setup do |config|
config.standard_checks = ['database', 'migrations', 'cache']
config.full_checks = ['database', 'migrations', 'cache']
end