Skip to content

Commit

Permalink
Merge pull request #65 from opti21/fix-pusher-soketi
Browse files Browse the repository at this point in the history
fix: soketi
  • Loading branch information
opti21 authored Apr 4, 2024
2 parents e7d079c + 3390d0d commit 89558a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ if (

export const pusher = new Pusher({
appId: process.env.PUSHER_APP_ID,
host: process.env.PUSHER_HOST!,
port: process.env.PUSHER_PORT!,
key: process.env.PUSHER_KEY,
secret: process.env.PUSHER_SECRET,
cluster: process.env.PUSHER_CLUSTER,
useTLS: true,
});

Expand Down

0 comments on commit 89558a6

Please sign in to comment.