summaryrefslogtreecommitdiff
path: root/config/initializers/health_check.rb
blob: 4c91a61fb4a77ef627873749d912d516410dc947 (plain)
1
2
3
4
HealthCheck.setup do |config|
  config.standard_checks = ['database', 'migrations', 'cache']
  config.full_checks = ['database', 'migrations', 'cache']
end