aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb@mysociety.org>2012-01-09 11:20:03 +0000
committerSeb Bacon <seb@mysociety.org>2012-01-09 11:20:03 +0000
commit322fb0a831a3da55421ea7f131785989d064bdb2 (patch)
tree93e9a3749b124227fbf9e4ca393a23478513c4b9
parent882095908f1c0973e80ae65d5aaafdeb61a9aac7 (diff)
Document new config variables
-rw-r--r--config/general.yml-example6
-rw-r--r--doc/CHANGES.md3
2 files changed, 9 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index be39e5b3c..a0d9dc705 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -131,3 +131,9 @@ FORWARD_NONBOUNCE_RESPONSES_TO: user-support@localhost
# instead.
HTML_TO_PDF_COMMAND: /usr/local/bin/wkhtmltopdf-amd64
+# Exception notifications
+EXCEPTION_NOTIFICATIONS_FROM: do-not-reply-to-this-address@example.com
+EXCEPTION_NOTIFICATIONS_TO:
+- robin@example.org
+- seb@example.org
+
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index b6e901fa9..4ad0d851a 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -16,6 +16,9 @@
* The partial at `general/_before_head_end.rhtml` should be changed in the theme to include this stylesheet
* [issue #281](https://github.com/sebbacon/alaveteli/issues/281) fixes some bugs relating to display of internationalised emails. To fix any wrongly displayed emails, you'll need to run the script at `script/clear-caches` so that the caches can be regenerated
* During this release, a bug was discovered in pdftk 1.44 which caused it to loop forever. Until it's incorporated into an official release, you'll need to patch it yourself or use the Debian package compiled by mySociety (see link in [issue 305](https://github.com/sebbacon/alaveteli/issues/305))
+* Ensure you have values for new config variables (see `config/general.yml-example`):
+ * EXCEPTION_NOTIFICATIONS_FROM
+ * EXCEPTION_NOTIFICATIONS_TO
# Version 0.4