diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-11-27 10:11:53 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-11-27 10:11:53 +0000 |
commit | a4f611c7dbea8892fc48c7ffe7e192564a8d16f8 (patch) | |
tree | ab833996173315724f06a1b8abfb7e8ddcc2543c /config | |
parent | 89c9add7a48a4b8f696877db8105f4b35ec85431 (diff) | |
parent | 3b1b2753b16126c3cc45e67c6e3df599f062bd7e (diff) |
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
Diffstat (limited to 'config')
-rw-r--r-- | config/general.yml-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index ac96b5e50..22d4d45aa 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -571,6 +571,7 @@ GA_CODE: '' # body go to you, use this setting. This is useful for a staging server, so you # can play with the whole process of sending requests without inadvertently # sending an email to a real authority. +# Leave blank ('') to send requests to the real authority emails. # # OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS - String (default: nil) # @@ -579,7 +580,7 @@ GA_CODE: '' # OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS: test-email@example.com # # --- -# OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS: test-email@example.com +OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS: '' # Search path for external commandline utilities (such as pdftohtml, pdftk, # unrtf) |