Created
August 7, 2012 20:39
-
-
Save jonmarkgo/3289081 to your computer and use it in GitHub Desktop.
outletserver1
This file contains hidden or 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
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