jeromelebel/MongoHub-Mac

New Connection window doesn't use 127.0.0.1:27017 by default

lukescott opened this issue · 3 comments

If you don't fill in the address or port it doesn't complain, but will actually use [:0] instead of [127.0.0.1:27017]. This causes the connection to fail, even though there is a local database on the system.

127.0.0.1 and 27017 should be used by default if they are omitted instead of "" and 0.

[master 7baca22] If there is no ip for the mongo host, use 127.0.0.1 #60
1 file changed, 20 insertions(+), 4 deletions(-)

Fixed in 2.5.7(101). I let you close that bug.