azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't Use Credentials Set in config.json

Albert-IV opened this issue · comments

Correct me if I'm wrong, but I can't find that being set when figuring out the connection string for Monk.

Looking at where the config is used, I don't see them used. Am I wrong?

Somewhat related to #23, however judging by what I'm seeing Monk will need to be updated for that to be supported.

ha, so we never set the creds?

If he doesn't want to fix it, I might take a stab at adding those parameters to the connection string tomorrow.

@droppedoncaprica FYI #47... this solves this issue, correct?