Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Ensure vagrant mongo listens on all addresses #315

Closed kotfic closed 8 years ago

kotfic commented 8 years ago

This makes sure mongo can accept connections from 127.0.0.1 which is a convention in many people's set ups.

@mgrauer this should address your issue here: https://github.com/Kitware/minerva/pull/259#issuecomment-185916337

mgrauer commented 8 years ago

LGTM, thanks.