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

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

Closed
lukescott opened this issue Apr 1, 2013 · 3 comments
Closed

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

lukescott opened this issue Apr 1, 2013 · 3 comments

Comments

@lukescott
Copy link

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.

@jeromelebel
Copy link
Owner

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

@jeromelebel
Copy link
Owner

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

@mathieug
Copy link

+1

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

No branches or pull requests

3 participants