Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion appengine/php72/getting-started/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# complete list of `app.yaml` directives.

runtime: php72
instance_class: F2

env_variables:
GOOGLE_STORAGE_BUCKET: ""
Expand Down
1 change: 1 addition & 0 deletions appengine/php72/getting-started/test/DeployTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ private static function beforeDeploy()

$appYaml = Yaml::parse(file_get_contents($tmpDir . '/app.yaml'));
$appYaml['env_variables']['GOOGLE_STORAGE_BUCKET'] = $bucketName;
$appYaml['env_variables']['CLOUDSQL_CONNECTION_NAME'] = $connection;
$appYaml['env_variables']['CLOUDSQL_USER'] = $dbUser;
$appYaml['env_variables']['CLOUDSQL_PASSWORD'] = $dbPass;
$appYaml['env_variables']['CLOUDSQL_DATABASE_NAME'] = $dbName;
Expand Down
1 change: 0 additions & 1 deletion appengine/php72/grpc/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
runtime: php72
instance_class: F2

handlers:
- url: /
Expand Down