Skip to content

Commit

Permalink
Added README info for web hooks configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Oct 28, 2008
1 parent 1d43788 commit 37d3867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Expand Up @@ -35,6 +35,9 @@ just set any or all of the following values:
# defaults to exception.notifier@default.com
ExceptionNotifier.sender_address =
%("Application Error" <app.error@myapp.com>)

# add optional web hooks (based off Merb Exceptions)
ExceptionNotifier.web_hooks = %(http://hooks.some-service.com http://another.service.com)

# defaults to "[ERROR] "
ExceptionNotifier.email_prefix = "[APP] "
Expand Down

0 comments on commit 37d3867

Please sign in to comment.