Skip to content

Commit 4cca713

Browse files
slvrtrnmshustov
andauthored
Update docs/en/integrations/language-clients/js.md
Co-authored-by: Mikhail Shustov <[email protected]>
1 parent 1ee2ea1 commit 4cca713

File tree

1 file changed

+1
-1
lines changed
  • docs/en/integrations/language-clients

1 file changed

+1
-1
lines changed

docs/en/integrations/language-clients/js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ When creating a client instance, the following connection settings can be adjust
117117
- **session_id?: string** - optional ClickHouse Session ID to send with every request.
118118
- **keep_alive?: { enabled?: boolean }** - enabled by default in both Node.js and Web versions.
119119
- **http_headers?: Record<string, string>** - additional HTTP headers for outgoing ClickHouse requests. See also: [Reverse proxy with authentication docs](./js.md#reverse-proxy-with-authentication)
120-
- **roles?: string | Array<string>** - ClickHouse role name(s) to attach to the outgoing requests. See also: [Using roles with the HTTP interface](https://clickhouse.com/docs/en/interfaces/http#setting-role-with-query-parameters)
120+
- **roles?: string | string[]** - ClickHouse role name(s) to attach to the outgoing requests. See also: [Using roles with the HTTP interface](https://clickhouse.com/docs/en/interfaces/http#setting-role-with-query-parameters)
121121

122122
#### Node.js-specific configuration parameters
123123

0 commit comments

Comments
 (0)