2019-09-06 20:47:51 -04:00
|
|
|
HealthCheck.setup do |config|
|
|
|
|
config.uri = 'health'
|
|
|
|
|
|
|
|
config.standard_checks = %w(database migrations cache)
|
|
|
|
config.full_checks = %w(database migrations cache)
|
2019-09-24 14:28:25 -04:00
|
|
|
|
|
|
|
config.include_error_in_response_body = false
|
2019-09-06 20:47:51 -04:00
|
|
|
end
|