Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-04-05 14:31:07 +02:00
21 changed files with 191 additions and 47 deletions

View File

@@ -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