mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
use mix env variables
This commit is contained in:
parent
2db1e0c5e8
commit
224f9949c7
4
resources/assets/js/bootstrap.js
vendored
4
resources/assets/js/bootstrap.js
vendored
@ -50,7 +50,7 @@ if (token) {
|
||||
|
||||
// window.Echo = new Echo({
|
||||
// broadcaster: 'pusher',
|
||||
// key: 'your-pusher-key',
|
||||
// cluster: 'mt1',
|
||||
// key: process.env.MIX_PUSHER_APP_KEY,
|
||||
// cluster: process.env.MIX_PUSHER_APP_CLUSTER,
|
||||
// encrypted: true
|
||||
// });
|
||||
|
Loading…
x
Reference in New Issue
Block a user