Sha256: 5d9693035baeacbea43623097b53e263df08316e287564838c316b8cee1f5d64

Contents?: true

Size: 502 Bytes

Versions: 2

Compression:

Stored size: 502 Bytes

Contents

development:
  logging_enabled: true
  logger_class: <%= class_name %> 
  notification_address: 
  notification_sender: noreply@example.com 
  notification_threshold: 10
test:
  logging_enabled: false
  logger_class: <%= class_name %> 
  notification_address: 
  notification_sender: noreply@example.com 
  notification_threshold: 10
production:
  logging_enabled: true
  logger_class: <%= class_name %>
  notification_address: 
  notification_sender: noreply@example.com 
  notification_threshold: 10

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tartarus-2.0.0 lib/generators/tartarus/templates/config/exceptions.yml
tartarus-1.0.3 generators/tartarus/templates/config/exceptions.yml