Skip to content

Commit

Permalink
backport of commit 8856cc1 (#20348)
Browse files Browse the repository at this point in the history
Co-authored-by: Braulio Gomes Rodrigues <brauliogr@gmail.com>
  • Loading branch information
1 parent d63cc54 commit 9037c26
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 9037c26

Please sign in to comment.