You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
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:
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):
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
hiddentao
added a commit
to hiddentao/uptime
that referenced
this issue
Oct 20, 2014
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: