The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

9 行
220 B

  1. HealthCheck.setup do |config|
  2. config.uri = 'health'
  3. config.standard_checks = %w(database migrations cache)
  4. config.full_checks = %w(database migrations cache)
  5. config.include_error_in_response_body = false
  6. end