MongoDB / Meteor / Export MONGO_URL to deployed applications

后端 未结 5 1502
忘了有多久
忘了有多久 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:23

    The application-configuration package (built in meteor package) contains the code to set mongo_url. See my answer here https://stackoverflow.com/a/23485319/2391620

提交回复
热议问题