Hi I have done the following from the heroku tutorial.
heroku plugins:install git://github.com/ddollar/heroku-config.git
heroku config:push --overwrite
my .env
file is in root of project directory
GOOGLE_RETURN_URL = http://example.herokuapp.com/auth/google/return
GOOGLE_REALM = http://example.herokuapp.com/
I also set the --overwrite flag as this answer suggested
however when I echo my heroku config
it remains empty!