Skip to content

Commit ad0205d

Browse files
committed
Fix typo.
1 parent 9c5f942 commit ad0205d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appengine/cloudsql/app.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ vm: true
1717

1818
# [START env]
1919
env_variables:
20-
MYSQL_USER: YOUR_USER
21-
MYSQL_PASSWORD: YOUR_PASSWORD
22-
MYSQL_DATABASE: YOUR_DATABASE
20+
MYSQL_USER: [YOUR_USER]
21+
MYSQL_PASSWORD: [YOUR_PASSWORD]
22+
MYSQL_DATABASE: [YOUR_DATABASE]
2323
# This path was printed to the console when you started the proxy, and is of
2424
# the format: `/[DIR]/[YOUR_PROJECT_ID]:[YOUR_REGION]:[YOUR_INSTANCE_NAME]`
25-
MYSQL_SOCKET_PATH: YOUR_SOCKET_PATH
25+
MYSQL_SOCKET_PATH: [YOUR_SOCKET_PATH]
2626
# [END env]
2727

2828
# [START cloudsql_settings]
2929
beta_settings:
3030
# The connection name of your instance on its Overview page in the Google
3131
# Cloud Platform Console, or use `[YOUR_PROJECT_ID]:[YOUR_REGION]:[YOUR_INSTANCE_NAME]`
32-
cloud_sql_instances: YOUR_INSTANCE_CONNECTION_NAME
32+
cloud_sql_instances: [YOUR_INSTANCE_CONNECTION_NAME]
3333
# [END cloudsql_settings]
3434
# [END app_yaml]

0 commit comments

Comments
 (0)