From 9ff6ee572eb1db3774305954b45a7662edb8a410 Mon Sep 17 00:00:00 2001 From: Braulio Gomes Rodrigues Date: Mon, 24 Apr 2023 10:56:56 -0300 Subject: [PATCH] changing chouchbase host variable (#19812) * changing chouchbase host variable * Alterando linha 82 couchbase --- website/content/api-docs/secret/databases/couchbase.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/secret/databases/couchbase.mdx b/website/content/api-docs/secret/databases/couchbase.mdx index fc19e9ae1112..27914658f8c2 100644 --- a/website/content/api-docs/secret/databases/couchbase.mdx +++ b/website/content/api-docs/secret/databases/couchbase.mdx @@ -27,7 +27,7 @@ has a number of parameters to further configure a connection. ### Parameters - `hosts` `(string: )` – 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: )` – Specifies the username for Vault to use. @@ -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"