You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ 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?
The text was updated successfully, but these errors were encountered:
Ticking Mongo results in: https://github.com/sahat/megaboilerplate/blob/d77485e20c3c1fea7e460c691e7f0fcdbaed966e/generators/database/modules/mongodb/mongoose-connect.js
The obvious free Mongo instance on Heroku is:
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?The text was updated successfully, but these errors were encountered: