<?xml version="1.0" encoding="UTF-8"?>
<wiki-page>
  <author>Dimitrij Denissenko</author>
  <content>h1. Web Interface

All configuration settings can be found in the *Setup* section in the *Admin* area.


h1. Configure ExceptionNotifier (optional)

If you wish to receive notification emails on runtime errors on your server, configure the built-in +ExceptionNotifier+:

* Create/Open a @config/runtime/custom.rb@ file
* Add this to the end:

{{{
ExceptionNotifier.exception_recipients = %w(your_email_adress@whatever.org)
}}}

Please see the documentation for further options: http://retrospectiva.org/browse/vendor/plugins/exception_notification/README</content>
  <created-at type="datetime">2007-03-16T07:24:50+00:00</created-at>
  <title>Configuration</title>
  <updated-at type="datetime">2009-06-23T21:27:56+01:00</updated-at>
  <version type="integer">4</version>
</wiki-page>
