Disable Google reCAPTCHA in env file sample (#11863)

* Disable Google reCAPTCHA in env file sample

* Update .env_sample

Co-authored-by: Jacob Herrington <jacobherringtondeveloper@gmail.com>

Co-authored-by: Jacob Herrington <jacobherringtondeveloper@gmail.com>
This commit is contained in:
rhymes 2020-12-11 18:17:48 +01:00 committed by GitHub
parent c87951d4f2
commit c0ac718642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,10 +108,10 @@ export PUSHER_SECRET=
export PUSHER_BEAMS_ID=
export PUSHER_BEAMS_KEY=
# Google recaptcha
# Google recaptcha (Optional)
# (https://developers.google.com/recaptcha/intro)
export RECAPTCHA_SECRET="Optional"
export RECAPTCHA_SITE="Optional"
export RECAPTCHA_SECRET=
export RECAPTCHA_SITE=
# Slack for customer alerts
# (https://api.slack.com/)