Hide error message on /heath (#11947)
* Hide error message on /heath * update health_check
This commit is contained in:
parent
b02169f124
commit
a5c558f052
3 changed files with 15 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue