Skip to content

Commit

Permalink
added test recaptcha key
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker committed Sep 13, 2024
1 parent 1b0804a commit 5109cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"

AI_NAME = env("AI_NAME", default="Ayushma")
GOOGLE_RECAPTCHA_SECRET_KEY = env("GOOGLE_RECAPTCHA_SECRET_KEY", default=None)
GOOGLE_RECAPTCHA_SECRET_KEY = env(
"GOOGLE_RECAPTCHA_SECRET_KEY", default="6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
)

# url for self hosted speech to text
SELF_HOSTED_ENDPOINT = env("SELF_HOSTED_ENDPOINT", default=None)

0 comments on commit 5109cf3

Please sign in to comment.