Commit 4cfb1af0 authored by DJ Mountney's avatar DJ Mountney

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)
parent 59b5bb03
......@@ -13,4 +13,5 @@ end
HealthCheck.setup do |config|
config.standard_checks = ['database', 'migrations', 'cache']
config.full_checks = ['database', 'migrations', 'cache']
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment