Skip to content

Instantly share code, notes, and snippets.

@jonmarkgo
Created August 7, 2012 20:39
Show Gist options
  • Save jonmarkgo/3289081 to your computer and use it in GitHub Desktop.
Save jonmarkgo/3289081 to your computer and use it in GitHub Desktop.
outletserver1
require 'sinatra'
require 'twilio-ruby'
require 'pusher'
configure do
Pusher.app_id = ENV['PUSHER_APP_ID']
Pusher.key = ENV['PUSHER_KEY']
Pusher.secret = ENV['PUSHER_SECRET']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment