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
This will set the `host` to `api-<cluster>.pusher.com`. If you pass both `host` and `cluster` options, the `host` will take precendence and `cluster` will be ignored.
57
57
58
+
Finally, if you have the configuration set in an `PUSHER_URL` environment
59
+
variable, you can use:
60
+
61
+
```ruby
62
+
pusher_client =Pusher::Client.from_env
63
+
```
64
+
58
65
### Global
59
66
60
67
Configuring Pusher can also be done globally on the Pusher class.
0 commit comments