2019-09-07 00:47:51 +00: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 18:28:25 +00:00
|
|
|
|
|
|
|
config.include_error_in_response_body = false
|
2019-09-07 00:47:51 +00:00
|
|
|
end
|