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