bug fix, mongodb authentication

This commit is contained in:
Steve Nyemba 2022-11-13 14:58:15 -06:00
parent 883a6ef22f
commit 2c675d5656
1 changed files with 4 additions and 0 deletions

4
mongo.json Normal file
View File

@ -0,0 +1,4 @@
{
"authSource":"admin",
"username":"steve","password":"Innovat10n","db":"IOV01_RESEARCH","collection":"logs"
}