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": {