generators/tartarus/templates/config/exceptions.yml in tartarus-1.0.1 vs generators/tartarus/templates/config/exceptions.yml in tartarus-1.0.3
- old
+ new
@@ -1,9 +1,18 @@
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 %>
+ logger_class: <%= class_name %>
+ notification_address:
+ notification_sender: noreply@example.com
+ notification_threshold: 10