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:
parent
c87951d4f2
commit
c0ac718642
1 changed files with 3 additions and 3 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue