This is probably a very basic question, but this is my first time using Meteor + Heroku and I can\'t seem to figure out how to use the settings.json file after deploying a M
The heroku config:add...
command didn't work for me, but I was able to use heroku's dashboard to set my environment variables. You can find the dashboard tab at:
https://dashboard.heroku.com/apps/yourAppName/settings, and then click on Reveal Config Vars
Basically: heroku config:add METEOR_SETTINGS="$(cat settings.json)"
.