diff options
author | Kanagaraj Manickam <mkr1481@gmail.com> | 2020-09-03 09:11:43 +0530 |
---|---|---|
committer | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2020-09-03 09:11:43 +0530 |
commit | 5fb6befaff0f11532e68633b6729524153c78461 (patch) | |
tree | 892bd8e60282368d78dc5fcd9d6f04f09275fb79 /etc | |
parent | 042674a4b0debc49a17fe72b9e2e4e2e026aed9b (diff) |
Remove password enteries
Issue-ID: DOVETAIL-801
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
Change-Id: I3436f9df3e3f39a860729ee1a0ec9ffd22f657e7
Diffstat (limited to 'etc')
-rw-r--r-- | etc/config.ini | 1 |
1 files changed, 0 insertions, 1 deletions
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 |