Skip to content

Commit 05e74db

Browse files
thesandlordbshaffer
authored andcommitted
Update app.yaml (GoogleCloudPlatform#122)
Changed sample to use connection name to be inline with the rest of the docs
1 parent aa1ad6f commit 05e74db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard/cloudsql/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ handlers:
1010
env_variables:
1111
# Replace project, instance, database, user and password with the values obtained
1212
# when configuring your Cloud SQL instance.
13-
MYSQL_DSN: mysql:unix_socket=/cloudsql/PROJECT:INSTANCE;dbname=DATABASE
13+
MYSQL_DSN: mysql:unix_socket=/cloudsql/INSTANCE_CONNECTION_NAME;dbname=DATABASE
1414
MYSQL_USER: root
1515
MYSQL_PASSWORD: ''
1616
# [END env]

0 commit comments

Comments
 (0)