Skip to content

Instantly share code, notes, and snippets.

@mdpye
Last active August 29, 2015 14:08
Show Gist options
  • Save mdpye/4ee647e69dcdc39bb29f to your computer and use it in GitHub Desktop.
Save mdpye/4ee647e69dcdc39bb29f to your computer and use it in GitHub Desktop.
p = Pusher::Client.new({
app_id: ID,
key: KEY,
secret: SECRET,
host: 'api-ssl3test.pusherapp.com',
port: 443,
scheme: 'https'
})
# OR
Pusher.host = 'api-ssl3test.pusherapp.com'
Pusher.encrypted = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment