Skip to content

Commit

Permalink
DEV-5642: Try setting GS custom endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nrh-cklimas committed Jan 13, 2025
1 parent 5abf8d1 commit 34f9de0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions revengine/settings/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
# https://django-storages.readthedocs.io/en/latest/backends/gcloud.html#settings
"OPTIONS": {
"bucket_name": GS_BUCKET_NAME,
"custom_endpoint": "https://dev-5642-gs-custom-endpoint.revengine-review.org",
"location": GS_LOCATION,
"project_id": GS_PROJECT_ID,
"querystring_auth": GS_QUERYSTRING_AUTH,
Expand Down

0 comments on commit 34f9de0

Please sign in to comment.