Skip to content

Commit

Permalink
fix: add missing comma to payload (hashicorp#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored and jefferai committed Sep 11, 2017
1 parent 10b20e5 commit 157f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/api/secret/databases/mysql-maria.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ has a number of parameters to further configure a connection.
{
"plugin_name": "mysql-database-plugin",
"allowed_roles": "readonly",
"connection_url": "root:mysql@tcp(127.0.0.1:3306)/"
"connection_url": "root:mysql@tcp(127.0.0.1:3306)/",
"max_open_connections": 5,
"max_connection_lifetime": "5s",
}
Expand Down

0 comments on commit 157f2a7

Please sign in to comment.