Pusher Channels — realtime
pusher/channels · version 1
envs add pusher/channels
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
PUSHER_APP_ID |
required | secret | Server side only. Pusher states no sensitivity in prose; this follows where each credential appears in its own code samples.. where to get it |
PUSHER_KEY |
required | config | Pusher's own browser examples pass this to the client constructor.. where to get it |
PUSHER_SECRET |
required | secret | Server side only. Rotating creates a new key and secret together; the app id and cluster do not change.. where to get it |
PUSHER_CLUSTER |
required | config | A region such as eu or us2, passed to the browser client.. where to get it |