BigW Consortium Gitlab

health_check.rb 144 Bytes
Newer Older
1
HealthCheck.setup do |config|
Douwe Maan committed
2 3
  config.standard_checks = %w(database migrations cache)
  config.full_checks = %w(database migrations cache)
4
end