diff options
-rw-r--r-- | conf/general.yml-example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 91507b03d..26399bb81 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -244,6 +244,9 @@ TESTING_COUNCILS: '' # if you're using Message Manager, include the URL here (see https://github.com/mysociety/message-manager/) MESSAGE_MANAGER_URL: '' +# If you set up using recaptcha, you can put its configuration keys here +RECAPTCHA: '' + # If you want to use SMS login or 'report as' with just a phone number, you'll # need to set the site's two-digit ISO 3166 country code (e.g. GB) here. PHONE_COUNTRY: '' |