Skip to content

Commit eb6d745

Browse files
angelafunkbshaffer
authored andcommitted
Update appengine/php72/cloudsql region tags (GoogleCloudPlatform#624)
1 parent ecb6bd8 commit eb6d745

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

appengine/php72/cloudsql/app-postgres.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ env_variables:
1616
CLOUDSQL_DSN: "pgsql:dbname=DATABASE;host=/cloudsql/CONNECTION_NAME"
1717
# [END gae_cloudsql_postgres_env]
1818

19+
# [START gae_cloudsql_postgres_settings]
1920
# Use the connection name obtained when configuring your Cloud SQL instance.
2021
beta_settings:
2122
cloud_sql_instances: "CONNECTION_NAME"
23+
# [END gae_cloudsql_postgres_settings]

appengine/php72/cloudsql/app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ env_variables:
1616
CLOUDSQL_DSN: "mysql:dbname=DATABASE;unix_socket=/cloudsql/CONNECTION_NAME"
1717
# [END gae_cloudsql_mysql_env]
1818

19-
# [START gae_cloudsql_settings]
19+
# [START gae_cloudsql_mysql_settings]
2020
# Use the connection name obtained when configuring your Cloud SQL instance.
2121
beta_settings:
2222
cloud_sql_instances: "CONNECTION_NAME"
23-
# [END gae_cloudsql_settings]
23+
# [END gae_cloudsql_mysql_settings]

0 commit comments

Comments
 (0)