mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
fix: add missing comma to payload (#3308)
This commit is contained in:
parent
10b20e54f3
commit
157f2a7741
@ -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",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user