Skip to content

Commit

Permalink
Vault change doc main couchbase (#20314)
Browse files Browse the repository at this point in the history
* changing chouchbase host variable

* Alterando linha 82 couchbase

* Changing couchbase host address in main document
  • Loading branch information
brauliogr committed Apr 25, 2023
1 parent 464b9de commit 8856cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/secrets/databases/couchbase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ more information about setting up the database secrets engine.
```bash
$ vault write database/config/my-couchbase-database \
plugin_name="couchbase-database-plugin" \
hosts="couchbases://127.0.0.1" \
hosts="couchbase://127.0.0.1" \
tls=true \
base64pem="${BASE64PEM}" \
username="vaultuser" \
Expand All @@ -58,7 +58,7 @@ more information about setting up the database secrets engine.
```bash
$ vault write database/config/my-couchbase-database \
plugin_name="couchbase-database-plugin" \
hosts="couchbases://127.0.0.1" \
hosts="couchbase://127.0.0.1" \
tls=true \
base64pem="${BASE64PEM}" \
username="vaultuser" \
Expand Down

0 comments on commit 8856cc1

Please sign in to comment.