gitlab-org--gitlab-foss/config/initializers/health_check.rb
DJ Mountney d2f003a344 Update the health_check gem to the latest release
This allows us to drop our disable email config override
2016-07-11 09:30:47 -07:00

4 lines
156 B
Ruby

HealthCheck.setup do |config|
config.standard_checks = ['database', 'migrations', 'cache']
config.full_checks = ['database', 'migrations', 'cache']
end