Skip to content

Commit

Permalink
Rename config variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Feb 26, 2024
1 parent 19dec65 commit 555637c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Settings(BaseSettings):

# Google Cloud Auth
GCP_PROJECT_NAME: str = getenv("GCP_PROJECT_NAME")
GCP_JSON_CREDENTIALS: str = getenv("GCP_JSON_CREDENTIALS")
GCP_JSON_CREDENTIALS: dict = getenv("GCP_JSON_CREDENTIALS")
GCP_CREDENTIALS: Credentials = service_account.Credentials.from_service_account_info(
json.loads(GCP_JSON_CREDENTIALS)
)
Expand Down

0 comments on commit 555637c

Please sign in to comment.