Sha256: 2c338bd389951955c494f3322a3e078ddab0ac2b1857fda80bdc44bc6a3bd5c9

Contents?: true

Size: 471 Bytes

Versions: 5

Compression:

Stored size: 471 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tartarus-2.3 lib/generators/tartarus/templates/config/exceptions.yml
tartarus-2.2 lib/generators/tartarus/templates/config/exceptions.yml
tartarus-2.0.4 lib/generators/tartarus/templates/config/exceptions.yml
tartarus-2.0.3 lib/generators/tartarus/templates/config/exceptions.yml
tartarus-2.0.1 lib/generators/tartarus/templates/config/exceptions.yml