diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-07-11 14:11:20 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-07-11 14:11:20 +0100 |
commit | 15fb383ca0877f9a5e648e20e85745625cc0ea07 (patch) | |
tree | 8ada40933a338d49962c9f506f748f662a9b48f9 /conf | |
parent | a1501077eae5b1144d782b7eb9af67e4bdf81641 (diff) |
add MESSAGE_MANAGER_URL config
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 93b54a3e7..eceede6b0 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -64,3 +64,7 @@ AREA_LINKS_FROM_PROBLEMS: '0' # used to override the STAGING SERVER safety mechanism in send-reports TESTING_COUNCILS: + +# if you're using Message Manager, include the URL here (see https://github.com/mysociety/message-manager/) +MESSAGE_MANAGER_URL: '' + |