Skip to content

Commit 188781a

Browse files
authored
Merge pull request #215 from dtinit/GCP/adding-correct-GSBUCKET-static-path
GCP: fix-URLs-typos
2 parents c092fb1 + b37a7d1 commit 188781a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testbed/settings/production.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
}
3838

39-
STATIC_URL = f'<https://storage.googleapis.com/{GS_BUCKET_NAME}/static/>'
40-
MEDIA_URL = f'<https://storage.googleapis.com/{GS_BUCKET_NAME}/media/>'
39+
STATIC_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/static/'
40+
MEDIA_URL = f'https://storage.googleapis.com/{GS_BUCKET_NAME}/media/'
4141

4242
LOGGING = {
4343
'version': 1,

0 commit comments

Comments
 (0)