use mix env variables

This commit is contained in:
Taylor Otwell 2018-01-26 09:52:02 -06:00
parent 2db1e0c5e8
commit 224f9949c7
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ if (token) {
// window.Echo = new Echo({ // window.Echo = new Echo({
// broadcaster: 'pusher', // broadcaster: 'pusher',
// key: 'your-pusher-key', // key: process.env.MIX_PUSHER_APP_KEY,
// cluster: 'mt1', // cluster: process.env.MIX_PUSHER_APP_CLUSTER,
// encrypted: true // encrypted: true
// }); // });