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 Meteor app (currently using heroku).
From my hours of research on web, it seems that in order to use the settings in a deployed app, I have to do...
export METEOR_SETTINGS="$(cat settings.json)"
At first I thought that this is meant to go to a boostrap file... Then I realized I was wrong when I started get reserved word errors (because of "export")
So... Where and how do I use this line? Am I suppose to use terminal to type this in? If so, how can I do that in Heroku?
The Meteor build process is configured almost entirely through adding and removing packages to your app and putting files in specially named directories. For example, to get all of the newest stable ES2015 JavaScript features in your app, you add the ecmascript package.
To deploy the Galaxy, players had to land on a stable surface and press the Deploy hotkey ( B by default).
Basically: heroku config:add METEOR_SETTINGS="$(cat settings.json)"
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With