heroku app[api]: Set PORT config vars by user code example
Example: heroku variables console
To check variables:
heroku config
To set variables:
heroku config:set VARIABLE_HERE=value
To check variables:
heroku config
To set variables:
heroku config:set VARIABLE_HERE=value