Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongo vs Heroku #205

Open
OliverCole opened this issue May 22, 2017 · 0 comments
Open

Mongo vs Heroku #205

OliverCole opened this issue May 22, 2017 · 0 comments

Comments

@OliverCole
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant