Skip to content

Commit

Permalink
Fix silly settings typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Jan 26, 2024
1 parent e213b45 commit 3f70248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greenweb/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
AMAZON_REMOTE_API_ENDPOINT = env("AMAZON_REMOTE_API_ENDPOINT")

# Google
GOOGLE_PROVIDER_ID = env("AMAZON_PROVIDER_ID", default=595)
GOOGLE_PROVIDER_ID = env("GOOGLE_PROVIDER_ID", default="595")
GOOGLE_DATASET_ENDPOINT = env(
"GOOGLE_DATASET_ENDPOINT", default="https://www.gstatic.com/ipranges/cloud.json"
)
Expand Down

0 comments on commit 3f70248

Please sign in to comment.