Skip to content

Commit

Permalink
update_setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Dec 3, 2024
1 parent e680f01 commit 872bca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sefaria/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,5 @@
EMAIL_USE_TLS = True


RECAPTCHA_PUBLIC_KEY = os.getenv("RECAPTCHA_PUBLIC_KEY")
RECAPTCHA_PRIVATE_KEY = os.getenv("RECAPTCHA_PRIVATE_KEY")
RECAPTCHA_PUBLIC_KEY = os.getenv("RECAPTCHA_PUBLIC_KEY", '6LdWZi0qAAAAAIdeNU8WcGwLyX0Z2UDgUfJf5MTO')
RECAPTCHA_PRIVATE_KEY = os.getenv('RECAPTCHA_PRIVATE_KEY', '6LdWZi0qAAAAAJteZ_T44OBczCCMfU82skdkxtUr')

0 comments on commit 872bca2

Please sign in to comment.