Skip to content

Commit

Permalink
fix: placeholder values
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisfc68 committed Sep 26, 2024
1 parent 1f8bde6 commit 0fa6281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample-config.env
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ PEGOUT_DEPOSIT_CACHE_START_BLOCK=0

# Captcha env
# Suggestion: use public test keys -> https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do
CAPTCHA_SECRET_KEY=<some key>
CAPTCHA_SITE_KEY=<some key>
CAPTCHA_SECRET_KEY=some-key
CAPTCHA_SITE_KEY=some-key
CAPTCHA_THRESHOLD=0.8
DISABLE_CAPTCHA=true
CAPTCHA_URL="https://www.google.com/recaptcha/api/siteverify"
Expand Down

0 comments on commit 0fa6281

Please sign in to comment.