Cassandra secret backend doc update for connection config - "hosts" instead of "host"

This commit is contained in:
Justin LaRose 2015-07-23 03:07:29 -04:00
parent c0d01df519
commit 361f10f79e

View file

@ -38,7 +38,7 @@ writing one or more hosts, a username, and a password:
```text
$ vault write cassandra/config/connection \
host=localhost username=cassandra password=cassandra
hosts=localhost username=cassandra password=cassandra
```
In this case, we've configured Vault with the user "cassandra" and password "cassandra",