Sha256: 8cf3c91fed4247b234d17a62a388a3fac7bd958106d6d87fbe7a0197440509d2

Contents?: true

Size: 465 Bytes

Versions: 2

Compression:

Stored size: 465 Bytes

Contents

development:
  logging_enabled: true
  logger_class: LoggedException 
  notification_address: 
  notification_sender: noreply@example.com 
  notification_threshold: 10
  notification_prefix: (dev) 
test:
  logging_enabled: false
  logger_class: LoggedException 
production:
  logging_enabled: true
  logger_class: LoggedException
  notification_address: 
  notification_sender: noreply@example.com 
  notification_threshold: 10
  notification_prefix: (production) 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tartarus-2.3 spec/rails_app/config/exceptions.yml
tartarus-2.2 spec/rails_app/config/exceptions.yml