Created
January 29, 2015 21:42
-
-
Save funkfinger/dba9dedc81de4d6bf40e to your computer and use it in GitHub Desktop.
This file contains 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
rvm use ruby-2.0.0-p598 | |
bundle install | |
export FOO=bar | |
export TWILIO_ACCOUNT_SID=uh_uh | |
export TWILIO_AUTH_TOKEN=nah | |
export DB_FLAVOR=postgresql | |
export DB_HOST=localhost | |
export DB_PORT=5432 | |
export DB_NAME=test | |
export DB_USER=user | |
export DB_PASS=pass | |
export BETWEXT_COOKIE=nope | |
export PLIVO_AUTHID=uh_no | |
export PLIVO_TOKEN=nill | |
export TWITTER_OAUTH_CONSUMER_KEY=nada | |
export TWITTER_OAUTH_CONSUMER_SECRET=zilch | |
export FACEBOOK_APP_ID=zero | |
export FACEBOOK_SECRET=goose_egg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment