set METEOR_SETTINGS={"public": {"stage": "development"}}
meteor
Then this line:
console.log(Meteor.settings.public.stage);
causes this error:
W20150612-20:45:38.338(-7)? (STDERR) TypeError: Cannot read property 'stage' of undefined
What am I doing wrong?