File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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.
2021beta_settings :
2122 cloud_sql_instances : " CONNECTION_NAME"
23+ # [END gae_cloudsql_postgres_settings]
Original file line number Diff line number Diff 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.
2121beta_settings :
2222 cloud_sql_instances : " CONNECTION_NAME"
23- # [END gae_cloudsql_settings ]
23+ # [END gae_cloudsql_mysql_settings ]
You can’t perform that action at this time.
0 commit comments