How to config Meteor on AWS/EBS using METEOR_SETTINGS environment variable
Trying to set up a Meteor on an AWS/EBS (Amazon Web Services, Elastic Beanstalk) environment. A Meteor dev-run can be passed a command line flag: --settings settings.json where settings.json is a file containing server/client key/value configs (as properly-formatted JSON). Instead of passing the config file in command line, Meteor's deployment uses a METEOR_SETTINGS environment variable. If provided it is expected to contain a json document such as contents of settings.json , for example: $ METEOR_SETTINGS=$(cat settings.json) $ echo $METEOR_SETTINGS { "public": { "s3path": "https:/