aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-11-25 12:32:16 +0000
committerGareth Rees <gareth@mysociety.org>2014-11-25 12:32:16 +0000
commit316762130b9da0b7af00896fee692011aaaa0ede (patch)
tree16283aa520ac0f5402c7b8f1ddd28a8bab9285ad
parent210881d90c213229be18869e290e0550a7a310ff (diff)
Don't comment out example configuration0.19.0.12hotfix/0.19.0.12
Breaks the mySociety internal deployment tooling.
-rw-r--r--config/general.yml-example7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/general.yml-example b/config/general.yml-example
index 0f32f6192..0b684d648 100644
--- a/config/general.yml-example
+++ b/config/general.yml-example
@@ -174,10 +174,11 @@ GA_CODE: ''
# If you want to override *all* the public body request emails with your own
# email so that request emails that would normally go to the public body
-# go to you, then uncomment below and fill in your email.
+# go to you, then change the value below to your email.
# Useful for a staging server to play with the whole process of sending requests
-# without inadvertently sending an email to a real authority
-#OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS: test-email@foo.com
+# 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: ''
# Search path for external commandline utilities (such as pdftohtml, pdftk, unrtf)
UTILITY_SEARCH_PATH: ["/usr/bin", "/usr/local/bin"]