jonmountjoy / list-environment-variables

Simply lists all environment variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A simple app that lists all environment variables, used to demonstrate config vars.

Deploy

Deploy the app to Heroku by pushing the button:

Deploy

Add a config var

Either used Dashboard, or the CLI:

heroku config:set FOO=123

Refresh the app to see FOO is now available as an environment variable

About

Simply lists all environment variables


Languages

Language:Ruby 71.2%Language:HTML 28.8%