arunbandari / mongo-gui

A web-based MongoDB graphical user interface
http://20.106.238.56:4321/
MIT License
290 stars 87 forks source link

Documentation .env credentials seems to be wrong #128

Open falo62 opened 9 months ago

falo62 commented 9 months ago

To enforce authentication, the documentation states that the following entries should be made in the .env file: USERNAME= and PASSWORD="". This absolutely did not work for me. Only when I changed the entries to MONGOGUI_USERNAME="username" MONGOGUI_PASSWORD="password" the authentication also worked.

duskyzaoKING commented 9 months ago

Thanks, worked for me!

innotech-ouf-qatu commented 7 months ago

does that work within the docker image? what path should I create .env file in "/app"?