When setting up a server, I noticed that the environment variable process.env.PORT is used. Are there any other variables like this? Where can I see all of them?
The following command will display all of the environment variables, not just those visible from heroku config:
heroku config
heroku run printenv