Hide error message on /heath (#11947)
* Hide error message on /heath * update health_check
This commit is contained in:
committed by
Eugen Rochko
parent
b02169f124
commit
a5c558f052
@ -3,4 +3,6 @@ HealthCheck.setup do |config|
|
||||
|
||||
config.standard_checks = %w(database migrations cache)
|
||||
config.full_checks = %w(database migrations cache)
|
||||
|
||||
config.include_error_in_response_body = false
|
||||
end
|
||||
|
Reference in New Issue
Block a user