Question: Pusher Host

Pusher Host

How do i get pusher host PUSHER_APP_ID=i have this PUSHER_APP_KEY=i have this PUSHER_APP_SECRET=i have this PUSHER_HOST= PUSHER_PORT=443 PUSHER_SCHEME=https PUSHER_APP_CLUSTER=mt1 what w...

AA

Ayoade Adeyemi

Asked
How do i get pusher host

PUSHER_APP_ID=i have this
PUSHER_APP_KEY=i have this
PUSHER_APP_SECRET=i have this
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1


what would be my pusher host ?
  • AA

    Ayoade Adeyemi

    Answered
    and also how do i go about this

    VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
    VITE_PUSHER_HOST="${PUSHER_HOST}"
    VITE_PUSHER_PORT="${PUSHER_PORT}"
    VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
    VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

    Your assistance would be appreciated
  • MS

    Mian Saleem

    Answered
    Hello,

    There is no such option available for real time communication. These env variables are by default there from Laravel. Please ignore them,

    Thank you
  • AA

    Ayoade Adeyemi

    Answered
    Are you saying i should ignore pusher section , what about the filled section should i remove it
    or just leave and ignore
  • MS

    Mian Saleem

    Answered
    Hello,

    You can ignore or remove it. It doesn't matter as those are not being used.

    Thank you
  • Login to Reply