A simple app that lists all environment variables, used to demonstrate config vars.
Deploy the app to Heroku by pushing the button:
Either used Dashboard, or the CLI:
heroku config:set FOO=123
Refresh the app to see FOO
is now available as an environment variable