Documentation .env credentials seems to be wrong
falo62 opened this issue · 2 comments
falo62 commented
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.
duskyzaoKING commented
Thanks, worked for me!
innotech-ouf-qatu commented
does that work within the docker image? what path should I create .env file in "/app"?