I tried to export a settings.json as documented in the meteor.js documentation in order to connect my Meteor.js app with an external MongoHQ database :
{
having a settings.json file is not enough you need to run with
meteor --settings settings.json
which is you cant do with meteor.com deploy.