3 lines
97 B
Ruby
3 lines
97 B
Ruby
HealthCheck.setup do |config|
|
|
config.standard_checks = ['database', 'migrations', 'cache']
|
|
end
|