debian-mirror-gitlab/config/initializers/health_check.rb

5 lines
144 B
Ruby
Raw Normal View History

2016-06-02 11:05:42 +05:30
HealthCheck.setup do |config|
2017-08-17 22:00:37 +05:30
config.standard_checks = %w(database migrations cache)
config.full_checks = %w(database migrations cache)
2016-06-02 11:05:42 +05:30
end