You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/en/integrations/language-clients/js.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ When creating a client instance, the following connection settings can be adjust
117
117
-**session_id?: string** - optional ClickHouse Session ID to send with every request.
118
118
-**keep_alive?: { enabled?: boolean }** - enabled by default in both Node.js and Web versions.
119
119
-**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)
0 commit comments