Skip to content

Commit

Permalink
update_credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Dec 27, 2024
1 parent 077e1a1 commit 85578ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sefaria/local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"type": "service_account",
"project_id": os.getenv("project_id"),
"private_key_id": os.getenv("private_key_id"),
"private_key": os.getenv("private_key").replace('\\\\n', '\\n'),
"private_key": os.getenv("private_key").replace('\\\\n', '\n'),
"client_email": os.getenv("client_email"),
"client_id": os.getenv("client_id"),
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
Expand Down

0 comments on commit 85578ea

Please sign in to comment.