File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ vm: true
1717
1818# [START env]
1919env_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]
2929beta_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]
You can’t perform that action at this time.
0 commit comments