about summary refs log tree commit diff
path: root/config/initializers/health_check.rb
blob: eece67b107ddcd4f7b7207cc84006b10c72bf42e (plain) (blame)
1
2
3
4
5
6
HealthCheck.setup do |config|
  config.uri = 'health'

  config.standard_checks = %w(database migrations cache)
  config.full_checks = %w(database migrations cache)
end