Skip to content

Instantly share code, notes, and snippets.

@ajb413
Created February 14, 2018 19:06
Show Gist options
  • Save ajb413/058921eadbd8377cadcab74bfe819457 to your computer and use it in GitHub Desktop.
Save ajb413/058921eadbd8377cadcab74bfe819457 to your computer and use it in GitHub Desktop.
Pubnub config in test app for crowdsale
var pubnub = new PubNub({
publishKey : '__YOUR_PUBNUB_PUBLISH_KEY__',
subscribeKey : '__YOUR_PUBNUB_SUBSCRIBE_KEY__'
});
var pubnubSMSChannel = '__YOUR_FUNCTION_LISTENING_CHANNEL__';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment