Skip to content

Instantly share code, notes, and snippets.

@kinopyo
Created January 24, 2012 03:28
Show Gist options
  • Save kinopyo/1667607 to your computer and use it in GitHub Desktop.
Save kinopyo/1667607 to your computer and use it in GitHub Desktop.
Heroku, how to check and add ENV vars.
# check all your ENV vars.
heroku config -long
# add ENV vars
heroku config:add S3_KEY=8N029N81 S3_SECRET=9s83109d3+583493190
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment