Foreman will load the environment variables specified in your application's .env file. It is located in the Local setup section of Vars Dev Center Configuration and Settings . There's a plugin for the Herobu toolbelt tool, which allows you to pull the configuration from your running application, if that is what you want to use (you can also consider launching the MongoDB server locally):
$ heroku plugins:install git://github.com/ddollar/heroku-config.git $ heroku config:pull --overwrite --interactive
source share