diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-06-09 17:17:36 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-06-09 17:17:36 +0100 |
commit | 931f391ddc521a5dc76a2747a1cf3663431631e8 (patch) | |
tree | 53fb9d070daba58b779cff45549741408e9656c0 | |
parent | d363f51268565d955c76a5294b09a7009466e6ae (diff) |
Add recaptcha config option to example file.
-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: '' |