Skip to content

Commit

Permalink
improved the private key and pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
yigagilbert committed Mar 28, 2024
1 parent 135c8b5 commit 717cbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/inference_services/user_preference.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type":os.getenv("TYPE"),
"project_id": os.getenv("PROJECT_ID"),
"private_key_id": os.getenv("PRIVATE_KEY_ID"),
"private_key": os.getenv("PRIVATE_KEY"),
# "private_key": os.getenv("PRIVATE_KEY"), # uncomment this line
"client_email": os.getenv("CLIENT_EMAIL"),
"token_uri": os.getenv("TOKEN_URI"),
"auth_provider_x509_cert_url": os.getenv("AUTH_PROVIDER_X509_CERT_URL"),
Expand Down

0 comments on commit 717cbb7

Please sign in to comment.