Skip to content

Commit

Permalink
updated the reCAPTCHA Key
Browse files Browse the repository at this point in the history
  • Loading branch information
tellmeY18 committed Feb 13, 2025
1 parent 52efe89 commit 1754fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ REACT_APP_COVER_IMAGE=https://cdn.ohc.network/care_logo.svg
REACT_APP_COVER_IMAGE_ALT=https://cdn.ohc.network/care_logo.svg
REACT_PUBLIC_URL=https://care.ohc.network
HEADERS="/*\n Strict-Transport-Security: max-age=63072000; includeSubDomains; preload\n X-XSS-Protection: 1; mode=block\n X-Frame-Options: SAMEORIGIN\n X-Content-Type-Options: nosniff\n Referrer-Policy: strict-origin-when-cross-origin\n Permissions-Policy: geolocation=(self), microphone=()"
REACT_RECAPTCHA_SITE_KEY=6LcedK8qAAAAAM2PpuqlqhZUxQpmIqHqluL74dDs

# Care API URL without the /api prefix
REACT_CARE_API_URL=https://careapi.ohc.network
Expand Down
3 changes: 1 addition & 2 deletions care.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ const careConfig = {
govDataApiKey:
env.REACT_GOV_DATA_API_KEY ||
"579b464db66ec23bdd000001cdd3946e44ce4aad7209ff7b23ac571b",
reCaptchaSiteKey:
env.REACT_RECAPTCHA_SITE_KEY || "6LdvxuQUAAAAADDWVflgBqyHGfq-xmvNJaToM0pN",
reCaptchaSiteKey: env.REACT_RECAPTCHA_SITE_KEY || "",

wartimeShifting: boolean("REACT_WARTIME_SHIFTING"),

Expand Down

0 comments on commit 1754fb6

Please sign in to comment.