diff options
author | Struan Donald <struan@exo.org.uk> | 2012-07-12 15:10:54 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-07-12 15:10:54 +0100 |
commit | a2dee2c1cb846615c1915b93d19d85a2f9dc22e0 (patch) | |
tree | 20c5569c753e9b61c78d91e845568541eb0436ab | |
parent | 5fd90e4a82dcc5b2e7dd582dca2c1cd9c655c28c (diff) |
have to have a value, even if it is an empty string
-rw-r--r-- | conf/general.yml-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index eceede6b0..ab8bd81ab 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -63,7 +63,7 @@ RSS_LIMIT: '20' AREA_LINKS_FROM_PROBLEMS: '0' # used to override the STAGING SERVER safety mechanism in send-reports -TESTING_COUNCILS: +TESTING_COUNCILS: '' # if you're using Message Manager, include the URL here (see https://github.com/mysociety/message-manager/) MESSAGE_MANAGER_URL: '' |