From 49cffd9955f4f6d9f53d231d2d595440214c6e72 Mon Sep 17 00:00:00 2001 From: piaxc Date: Tue, 22 Nov 2016 13:34:24 -0800 Subject: [PATCH] Update comments to match code update --- appengine/flexible/cloudsql/app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/cloudsql/app.yaml b/appengine/flexible/cloudsql/app.yaml index c55e9d0e8c5..377c8a4b171 100644 --- a/appengine/flexible/cloudsql/app.yaml +++ b/appengine/flexible/cloudsql/app.yaml @@ -7,7 +7,7 @@ runtime_config: #[START env] env_variables: - # Replace user, password, database, project, and instance with the values obtained + # Replace user, password, database, and instance connection name with the values obtained # when configuring your Cloud SQL instance. SQLALCHEMY_DATABASE_URI: >- mysql+pymysql://USER:PASSWORD@/DATABASE?unix_socket=/cloudsql/INSTANCE_CONNECTION_NAME