Browse Source

bug fix, mongodb authentication

Steve Nyemba 2 years ago
parent
commit
2c675d5656
1 changed files with 4 additions and 0 deletions
  1. 4 0
      mongo.json

+ 4 - 0
mongo.json

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