I am deploying a meteor app to heroku. I have a settings.json file that needs to load with the app. Locally I'm able to run the app with meteor --settings settings.json.
How can I deploy it to Heroku so that it will load the settings.json file when the app launches?