diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2021-04-03 02:39:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 02:39:04 +0200 |
commit | 82cce18227419a55a12e34652a944fd612a86891 (patch) | |
tree | 6c026a88f9761d8f9bea86743437c76b6647e54a /config/initializers | |
parent | abad99fa103246075f364278dfb43a5ed0784075 (diff) |
Change health check (#15988)
Diffstat (limited to 'config/initializers')
-rw-r--r-- | config/initializers/health_check.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/initializers/health_check.rb b/config/initializers/health_check.rb deleted file mode 100644 index 6f1e78fed..000000000 --- a/config/initializers/health_check.rb +++ /dev/null @@ -1,8 +0,0 @@ -HealthCheck.setup do |config| - config.uri = 'health' - - config.standard_checks = %w(database migrations cache) - config.full_checks = %w(database migrations cache) - - config.include_error_in_response_body = false -end |