From 5fb6befaff0f11532e68633b6729524153c78461 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Thu, 3 Sep 2020 09:11:43 +0530 Subject: [PATCH] Remove password enteries Issue-ID: DOVETAIL-801 Signed-off-by: Kanagaraj Manickam Change-Id: I3436f9df3e3f39a860729ee1a0ec9ffd22f657e7 --- etc/config.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/config.ini b/etc/config.ini index b19454c..d064629 100644 --- a/etc/config.ini +++ b/etc/config.ini @@ -11,7 +11,6 @@ # the CONF object in config.ini must be updated [mongo] # URL of the mongo DB -# Mongo auth url => mongodb://user1:pwd1@host1/?authSource=db1 url = mongodb://127.0.0.1:27017/ dbname = test_results_collection -- 2.16.6