gitlab-org--gitlab-foss/config/initializers/health_check.rb

5 lines
144 B
Ruby
Raw Normal View History

HealthCheck.setup do |config|
2017-02-22 17:46:57 +00:00
config.standard_checks = %w(database migrations cache)
config.full_checks = %w(database migrations cache)
end