DEV Community

Discussion on: How to use Soketi with Laravel

Collapse
 
rabeeaali profile image
Rabeea Ali

No for local purpose use these:

PUSHER_APP_KEY=app-key
PUSHER_APP_ID=app-id
PUSHER_APP_SECRET=app-secret
PUSHER_HOST=127.0.0.1
PUSHER_PORT=6001
Enter fullscreen mode Exit fullscreen mode