diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-09-06 12:13:25 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-09-06 12:13:25 +0100 |
commit | f20e9e8f0a1ed1bf0f784ba1fb5a58c97c6f3978 (patch) | |
tree | 32e56222696aad396ef3ad4a772201741338ee54 | |
parent | 04bff91961cbd1cccd665466b0d75bfc3b16e240 (diff) |
Add the new FORWARD_NONBOUNCE_RESPONSES_TO config variable.
We may as well pull in GAZE_URL from the develop branch while we’re at it.
-rw-r--r-- | config/general.yml-example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 3537cd792..1bb3c1c49 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -106,3 +106,8 @@ DEBUG_RECORD_MEMORY: false # be another reason to try this setting. USE_GHOSTSCRIPT_COMPRESSION: true +# mySociety's gazeteer service. Shouldn't change. +GAZE_URL: http://gaze.mysociety.org + +# The email address to which non-bounce responses should be forwarded +FORWARD_NONBOUNCE_RESPONSES_TO: user-support@localhost |