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:
16
16
CLOUDSQL_DSN : " pgsql:dbname=DATABASE;host=/cloudsql/CONNECTION_NAME"
17
17
# [END gae_cloudsql_postgres_env]
18
18
19
+ # [START gae_cloudsql_postgres_settings]
19
20
# Use the connection name obtained when configuring your Cloud SQL instance.
20
21
beta_settings :
21
22
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:
16
16
CLOUDSQL_DSN : " mysql:dbname=DATABASE;unix_socket=/cloudsql/CONNECTION_NAME"
17
17
# [END gae_cloudsql_mysql_env]
18
18
19
- # [START gae_cloudsql_settings ]
19
+ # [START gae_cloudsql_mysql_settings ]
20
20
# Use the connection name obtained when configuring your Cloud SQL instance.
21
21
beta_settings :
22
22
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