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: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,12 @@ Pusher.key = 'your-pusher-key'
72
72
Pusher.secret ='your-pusher-secret'
73
73
```
74
74
75
+
If you created your app in a different cluster to the default cluster, you must set it as follows:
76
+
77
+
```ruby
78
+
Pusher.cluster ='your-app-cluster'
79
+
```
80
+
75
81
Global configuration will automatically be set from the `PUSHER_URL` environment variable if it exists. This should be in the form `http://KEY:SECRET@api.pusherapp.com/apps/APP_ID`. On Heroku this environment variable will already be set.
76
82
77
83
If you need to make requests via a HTTP proxy then it can be configured
0 commit comments