Skip to content

Commit

Permalink
Add Google reCAPTCHA V2 secret key to environment example
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed Feb 6, 2025
1 parent e10ff5e commit 0cd5a5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ MAGIC_THINGY=132456 # Define a strong secret string, this will be use to setup i
DO_SPACES_ENDPOINT=#https://nyc3.digitaloceanspaces.com
DO_SPACES_KEY=#The access key that DO provides
DO_SPACES_SECRET=#The secret key that DO provides
DO_SPACES_BUCKET=#The name of the bucket
DO_SPACES_BUCKET=#The name of the bucket
GOOGLE_RECAPTCHA_V2_SECRET_KEY=#The secret key that Google provides

0 comments on commit 0cd5a5b

Please sign in to comment.