Created
August 11, 2020 11:19
-
-
Save velotiotech/3796976b6318232b2174eb4ff48403dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const pubsub = new PusherChannel({ | |
appId: '1046878', | |
key: '3c84229419ed7b47e5b0', | |
secret: 'e86868a98a2f052981a6', | |
cluster: 'ap2', | |
encrypted: true, | |
channel: 'graphql-subscription' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment