Skip to content

Commit ce73d3a

Browse files
committed
Remove CHANNELS prefix from option placeholders
It should be clear from the context.
1 parent c5a1f1f commit ce73d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ This option `connections` is where each of the connections are setup for your ap
6262
To enable [end to end encrypted channels](https://pusher.com/docs/client_api_guide/client_encrypted_channels), you need to uncomment a line from the Channels config file
6363

6464
```
65-
'app_id' => env('CHANNELS_APP_ID'),
65+
'app_id' => env('APP_ID'),
6666
'options' => [
67-
'cluster' => env('CHANNELS_APP_CLUSTER'),
68-
'encryption_master_key' => env('CHANNELS_ENCRYPTION_MASTER_KEY'),
67+
'cluster' => env('APP_CLUSTER'),
68+
'encryption_master_key' => env('ENCRYPTION_MASTER_KEY'),
6969
],
7070
'host' => null,
7171
'port' => null,

0 commit comments

Comments
 (0)