Skip to content

Commit d2c2390

Browse files
authored
Fixes GOOGLE_STORAGE_BUCKET env var name in getting started
1 parent 3d22725 commit d2c2390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/php72/getting-started/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runtime: php72
55
instance_class: F2
66

77
env_variables:
8-
GOOGLE_BUCKET_NAME: ""
8+
GOOGLE_STORAGE_BUCKET: ""
99
# populate these to use the "mysql" or "postres" backends
1010
CLOUDSQL_CONNECTION_NAME: ""
1111
CLOUDSQL_USER: ""

0 commit comments

Comments
 (0)