Skip to content

Commit d410c36

Browse files
authored
fixes app.yaml comments for cloudsql example (GoogleCloudPlatform#475)
1 parent 92dcc92 commit d410c36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appengine/standard/cloudsql/app.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ handlers:
88

99
# [START env]
1010
env_variables:
11-
# Replace project, instance, database, user and password with the values obtained
12-
# when configuring your Cloud SQL instance.
11+
# Replace USER, PASSWORD, DATABASE, and CONNECTION_NAME with the
12+
# values obtained when configuring your Cloud SQL instance.
1313
MYSQL_DSN: mysql:unix_socket=/cloudsql/INSTANCE_CONNECTION_NAME;dbname=DATABASE
14-
MYSQL_USER: root
15-
MYSQL_PASSWORD: ''
14+
MYSQL_USER: USER
15+
MYSQL_PASSWORD: PASSWORD
1616
# [END env]

0 commit comments

Comments
 (0)