MongoDB / Meteor / Export MONGO_URL to deployed applications

后端 未结 5 1512
忘了有多久
忘了有多久 2020-12-09 13:48

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 :

{
            


        
5条回答
  •  忘掉有多难
    2020-12-09 14:29

    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.

提交回复
热议问题