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
The `cluster` value will set the `host` to `api-<cluster>.pusher.com`. The `useTLS` value is optional and defaults to `false`. It will set the `scheme` and `port`. Custom `scheme` and `port` values take precendence over `useTLS`.
39
+
The `cluster` value will set the `host` to `api-<cluster>.pusher.com`. The `use_tls` value is optional and defaults to `false`. It will set the `scheme` and `port`. Custom `scheme` and `port` values take precendence over `use_tls`.
40
40
41
41
If you want to set a custom `host` value for your client then you can do so when instantiating a Pusher Channels client like so:
0 commit comments