diff --git a/revengine/settings/deploy.py b/revengine/settings/deploy.py index f2a372a11..c8ad353d3 100644 --- a/revengine/settings/deploy.py +++ b/revengine/settings/deploy.py @@ -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,