-
Notifications
You must be signed in to change notification settings - Fork 704
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
cant start without mongo auth #233
Comments
I am not a developer on this project, but I had a similar requirement. Somehow, even enabling auth didn't seem to work for me. So I just disabled auth and changed this line in bootstrap.js: (Line 6):
I guess we can make it a conditional: |
When I followed the installation instructions on http://redotheweb.com/uptime/ on my ubuntu 14.04 machine the app failed to start due to mongo auth problem (default uptime config and fresh install of mongodb from ubuntu repos). I guess I could have fixed mongo and the config of uptime but I went with your workaround of just removing the user and password from line 6 of bootstrap.js |
I have a db that is localhost single user blah blah blah. and just dont want to have a password. the only way i was able to get it to work was using a connection string leaving username and password blank did not help.
The text was updated successfully, but these errors were encountered: