sahat/megaboilerplate

Mongo vs Heroku

OliverCole opened this issue · 0 comments

Ticking Mongo results in: https://github.com/sahat/megaboilerplate/blob/d77485e20c3c1fea7e460c691e7f0fcdbaed966e/generators/database/modules/mongodb/mongoose-connect.js

mongoose.connect(process.env.MONGODB);

The obvious free Mongo instance on Heroku is:

λ heroku addons:create mongolab:sandbox
Creating mongolab:sandbox on stark-woodland-54602... free
Welcome to mLab.  Your new subscription is being created and will be available shortly.  Please consult the mLab Add-on Admin UI to check on its progress.
Created mongolab-slippery-66858 as MONGODB_URI
Use heroku addons:docs mongolab to view documentation

So a megaboilerplate user has to make an edit to see this working.

Obviously this is all based on static files, and there's no logic for heroku && mongo. So currently unsolvable/out of scope?