Skip to content

Instantly share code, notes, and snippets.

@betacar
Created December 13, 2011 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betacar/1470084 to your computer and use it in GitHub Desktop.
Save betacar/1470084 to your computer and use it in GitHub Desktop.
Using Heroku enviroment variables within RVM
rvm use 1.9.2@gemset_name
# I use Facebook API ID and secret as an example
export FACEBOOK_APP_ID=[your facebook app id]
export FACEBOOK_SECRET=[your facebook secret]
export HTTP_HOST=localhost:9292/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment