mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-27 02:31:12 +01:00
Docs/Website: MySQL config parameter "verify-connection" should be "verify_connection"
The only instance of `verify-connection` I can find is on this docs page. The API style for parameters is underscores, so this one stands out. The code for this and the other backends with similar connection verification features seem to use `verify_connection`.
This commit is contained in:
parent
66c9302f17
commit
32f883acd9
@ -172,7 +172,7 @@ the default on versions prior to that.
|
||||
<dd>
|
||||
<ul>
|
||||
<li>
|
||||
<span class="param">verify-connection</span>
|
||||
<span class="param">verify_connection</span>
|
||||
<span class="param-flags">optional</span>
|
||||
If set, connection_url is verified by actually connecting to the database.
|
||||
Defaults to true.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user