From 039b22a4905173eb446f7021dfaa33c9321eb316 Mon Sep 17 00:00:00 2001 From: DanB Date: Sun, 5 Mar 2017 17:32:28 +0100 Subject: [PATCH] Fix dmtagent not to require password from mongo --- data/conf/samples/dmtagent/cgrates.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/conf/samples/dmtagent/cgrates.json b/data/conf/samples/dmtagent/cgrates.json index 2dd0eb1ec..c8543933b 100644 --- a/data/conf/samples/dmtagent/cgrates.json +++ b/data/conf/samples/dmtagent/cgrates.json @@ -14,6 +14,7 @@ "db_type": "mongo", // stor database type to use: "db_port": 27017, // the port to reach the stordb "db_name": "tpdb", + "db_password": "", }, @@ -21,12 +22,14 @@ "db_type": "mongo", // stor database type to use: "db_port": 27017, // the port to reach the stordb "db_name": "datadb", + "db_password": "", }, "stor_db": { "db_type": "mongo", // stor database type to use: "db_port": 27017, // the port to reach the stordb "db_name": "stordb", + "db_password": "", }, "rals": {