We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dcc92 commit d410c36Copy full SHA for d410c36
appengine/standard/cloudsql/app.yaml
@@ -8,9 +8,9 @@ handlers:
8
9
# [START env]
10
env_variables:
11
- # Replace project, instance, database, user and password with the values obtained
12
- # when configuring your Cloud SQL instance.
+ # Replace USER, PASSWORD, DATABASE, and CONNECTION_NAME with the
+ # values obtained when configuring your Cloud SQL instance.
13
MYSQL_DSN: mysql:unix_socket=/cloudsql/INSTANCE_CONNECTION_NAME;dbname=DATABASE
14
- MYSQL_USER: root
15
- MYSQL_PASSWORD: ''
+ MYSQL_USER: USER
+ MYSQL_PASSWORD: PASSWORD
16
# [END env]
0 commit comments