Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
added kew for recaptcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jan 29, 2017
1 parent 14d1dff commit 194c90e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mozillians/settings/local.py-dist
Expand Up @@ -98,3 +98,6 @@ CSP_STYLE_SRC = base.CSP_STYLE_SRC + (
BASKET_URL = 'http://127.0.0.1'
BASKET_API_KEY = 'basket_api_key'
BASKET_MANAGERS = None # or list of email addresses.

NORECAPTCHA_SITE_KEY = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI'
NORECAPTCHA_SECRET_KEY = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe'
3 changes: 3 additions & 0 deletions mozillians/settings/local.py-docker-dist
Expand Up @@ -124,3 +124,6 @@ CSP_STYLE_SRC = base.CSP_STYLE_SRC + (
'http://*.mozilla.org',
'http://*.mapbox.com',
)

NORECAPTCHA_SITE_KEY = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI'
NORECAPTCHA_SECRET_KEY = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe'

0 comments on commit 194c90e

Please sign in to comment.