health_check.rb 97 字节
Newer Older
1
HealthCheck.setup do |config|
2
  config.standard_checks = ['database', 'migrations', 'cache']
3
end