meteor - How to connect mongodb local server? -
i on linux mint 17.1. run meteor js server runs mongodb in application stack. (all on local machine) installed mongochef (on local machine) , without setting parameter myself, able test connection mongodb.
but when want use mongochef, need connect database. in list, seems not connect.
do miss in setup? there way know exact port of mongodb server? can mongochef access in parallel of meteor app? insight welcome.
you need set connexion port meteor default: 3001
.
no problem accessing mongodb collections while running server.
Comments
Post a Comment