meteor: how to disable default mongodb? -


in meteor project, how can remove or disable default mongdodb?

.meteor/local/db/... 

it's large 500mb! , want exclude project because use external db

you can clear out meteor reset (or mrt reset if using meteorite). default should have .meteor/.gitignore file ignore entire .meteor/local directory git repository. of course, need little different if use version control system.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -