Skip to content

Commit b39751f

Browse files
author
Jon Wayne Parrott
committed
Fix bad config
1 parent 4b62f2f commit b39751f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3-binary-data/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# Google Cloud Project ID. This can be found on the 'Overview' page at
3434
# https://console.developers.google.com
35-
PROJECT_ID = 'python-docs-samples-tests'
35+
PROJECT_ID = 'your-project-id'
3636

3737
# CloudSQL & SQLAlchemy configuration
3838
# Replace the following values the respective values of your Cloud SQL
@@ -90,6 +90,6 @@
9090
#
9191
# You can adjust the max content length and allow extensions settings to allow
9292
# larger or more varied file types if desired.
93-
CLOUD_STORAGE_BUCKET = 'python-docs-samples-tests'
93+
CLOUD_STORAGE_BUCKET = 'your-bucket-name'
9494
MAX_CONTENT_LENGTH = 8 * 1024 * 1024
9595
ALLOWED_EXTENSIONS = set(['png', 'jpg', 'jpeg', 'gif'])

0 commit comments

Comments
 (0)