0
0
Fork 0

Hide error message on /heath (#11947)

* Hide error message on /heath

* update health_check
This commit is contained in:
Yamagishi Kazutoshi 2019-09-25 03:28:25 +09:00 committed by Eugen Rochko
parent b02169f124
commit a5c558f052
3 changed files with 15 additions and 7 deletions

View file

@ -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