summaryrefslogtreecommitdiff
path: root/config/initializers/health_check.rb
blob: 959daa93f78c629bf7c93749c824eec0ca0eb325 (plain)
1
2
3
4
HealthCheck.setup do |config|
  config.standard_checks = %w(database migrations cache)
  config.full_checks = %w(database migrations cache)
end