laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
942 stars 63 forks source link

Options are not necessary at Application level #221

Closed leo108 closed 1 week ago

leo108 commented 1 week ago

Options like HOST PORT are only useful at server level, config them at app level makes no sense and won't work, so remove them from the default config file to avoid confusion.

joedixon commented 1 week ago

Thanks for the PR, but these options are required for collecting metrics via Pulse.