Skip to content

Commit

Permalink
changing chouchbase host variable (hashicorp#19812)
Browse files Browse the repository at this point in the history
* changing chouchbase host variable

* Alterando linha 82 couchbase
  • Loading branch information
brauliogr committed Apr 24, 2023
1 parent bbc1b4c commit 9ff6ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/api-docs/secret/databases/couchbase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ has a number of parameters to further configure a connection.
### Parameters

- `hosts` `(string: <required>)` – Specifies a set of comma-delimited Couchbase
hosts to connect to. Must use `couchbases://` scheme if `tls` is `true`.
hosts to connect to. Must use `couchbase://` scheme if `tls` is `true`.

- `username` `(string: <required>)` – Specifies the username for Vault to use.

Expand Down Expand Up @@ -80,7 +80,7 @@ V_{{.DisplayName | uppercase | truncate 64}}_{{.RoleName | uppercase | truncate
```json
{
"plugin_name": "couchbase-database-plugin",
"hosts": "couchbases://127.0.0.1",
"hosts": "couchbase://127.0.0.1",
"username": "user",
"password": "pass",
"allowed-roles": "my-*-role"
Expand Down

0 comments on commit 9ff6ee5

Please sign in to comment.