Skip to content

Commit 257b201

Browse files
authored
Merge pull request GoogleCloudPlatform#164 from jphalip/patch-1
Set better default value for CLOUD_STORAGE_BUCKET
2 parents 5da7df8 + 095e5f7 commit 257b201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optional-kubernetes-engine/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#
8888
# You can adjust the max content length and allow extensions settings to allow
8989
# larger or more varied file types if desired.
90-
CLOUD_STORAGE_BUCKET = 'your-project-id'
90+
CLOUD_STORAGE_BUCKET = 'your-bucket-name'
9191
MAX_CONTENT_LENGTH = 8 * 1024 * 1024
9292
ALLOWED_EXTENSIONS = set(['png', 'jpg', 'jpeg', 'gif'])
9393

0 commit comments

Comments
 (0)