diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-11-25 12:41:01 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-11-25 12:41:01 +0000 |
commit | 72b8b6c14860ce43be1baa2d6fcf327c44219247 (patch) | |
tree | 8cea2fedc0066cfe52d5d2b1680cf8d97b2e3289 | |
parent | 5967653bb0c919826a22ea7ba35da4a05ba01c02 (diff) |
Don't comment out example configuration
Breaks the mySociety internal deployment tooling.
-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) |