Skip to content

Commit 35228dc

Browse files
authored
Merge pull request #212 from dtinit/GCP/fix-scss-serving-error
GCP: Fix SCSS serving error due to wrong GS_BUCKET location
2 parents b4e214c + a14c73f commit 35228dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

testbed/settings/staging.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@
1313
# Update the STORAGES configuration with the staging bucket
1414
for key in STORAGES:
1515
STORAGES[key]["OPTIONS"]["bucket_name"] = GS_BUCKET_NAME
16-
17-
# Bucket URLs for static and media files
18-
STATIC_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/site-assets/'
19-
MEDIA_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/schemas/'

0 commit comments

Comments
 (0)