Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created September 9, 2017 19:42
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 dance2die/51d26b65d120668ffd881c5f73941fe3 to your computer and use it in GitHub Desktop.
Save dance2die/51d26b65d120668ffd881c5f73941fe3 to your computer and use it in GitHub Desktop.
Set Heroku Configuration Variable
c:\> heroku config:set GITHUB_DEVELOPER_KEY=abc
Adding config vars and restarting myapp... done, v12
GITHUB_USERNAME: abc
c:\> heroku config
GITHUB_DEVELOPER_KEY: abc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment