We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b62f2f commit b39751fCopy full SHA for b39751f
3-binary-data/config.py
@@ -32,7 +32,7 @@
32
33
# Google Cloud Project ID. This can be found on the 'Overview' page at
34
# https://console.developers.google.com
35
-PROJECT_ID = 'python-docs-samples-tests'
+PROJECT_ID = 'your-project-id'
36
37
# CloudSQL & SQLAlchemy configuration
38
# Replace the following values the respective values of your Cloud SQL
@@ -90,6 +90,6 @@
90
#
91
# You can adjust the max content length and allow extensions settings to allow
92
# larger or more varied file types if desired.
93
-CLOUD_STORAGE_BUCKET = 'python-docs-samples-tests'
+CLOUD_STORAGE_BUCKET = 'your-bucket-name'
94
MAX_CONTENT_LENGTH = 8 * 1024 * 1024
95
ALLOWED_EXTENSIONS = set(['png', 'jpg', 'jpeg', 'gif'])
0 commit comments