How to deploy a Meteor.js app through Galaxy without MongoDB?

212 Views Asked by At

Let's say I want to build a SPA using Meteor.js but I don't need MongoDB right away and would like to add MongoDB later when I have more data, or at least set the MONGO_URL="null" just so I can deploy through Galaxy without the console blowing up. For now I just want/need a static site, but to also have the flexibility to make it a dynamic SPA later. Is this possible through Meteor and Galaxy?

I have combed through the Meteor docs https://guide.meteor.com/deployment.html but it doesn't seem possible through their documentation. https://galaxy-guide.meteor.com/deploy-guide.html

This would be a great feature and thanks for any info!

0

There are 0 best solutions below