Created
January 24, 2012 03:28
-
-
Save kinopyo/1667607 to your computer and use it in GitHub Desktop.
Heroku, how to check and add ENV vars.
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
# 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