Skip to content

Commit

Permalink
Resolve name conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Feb 22, 2024
1 parent 07d2cae commit fcb9405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Expand Up @@ -61,7 +61,7 @@ class Settings(BaseSettings):
# Google Cloud Auth
GOOGLE_CLOUD_PROJECT_NAME: str = getenv("GOOGLE_CLOUD_PROJECT_NAME")
GOOGLE_CLOUD_JSON_FILEPATH: str = getenv("GOOGLE_CLOUD_JSON_FILEPATH")
GOOGLE_CLOUD_CREDENTIALS_JSON: str = getenv("GOOGLE_CLOUD_CREDENTIALS")
GOOGLE_CLOUD_CREDENTIALS_JSON: str = getenv("GOOGLE_CLOUD_CREDENTIALS_JSON")
GOOGLE_CLOUD_CREDENTIALS: Credentials = service_account.Credentials.from_service_account_info(
json.loads(GOOGLE_CLOUD_CREDENTIALS_JSON)
)
Expand Down

0 comments on commit fcb9405

Please sign in to comment.