arunbandari/mongo-gui

Documentation .env credentials seems to be wrong

Opened this issue · 2 comments

To enforce authentication, the documentation states that the following entries should be made in the .env file: USERNAME=<your_username> and PASSWORD="<your_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.

Thanks, worked for me!

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