Skip to content

Commit

Permalink
Updated GCP staticfiles settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Lippold authored and Ken Lippold committed Nov 1, 2024
1 parent 674c612 commit 798e1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydroserver/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
}
}
elif DEPLOYMENT_BACKEND == 'gcp':
GS_BUCKET_NAME = config('GS_BUCKET_NAME', default=None)
GS_BUCKET_NAME = config('STORAGE_BUCKET', default=None)
GS_PROJECT_ID = config('GS_PROJECT_ID', default=None)
GS_CUSTOM_ENDPOINT = PROXY_BASE_URL
STORAGES = {
Expand Down

0 comments on commit 798e1b1

Please sign in to comment.