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