Fix dmtagent not to require password from mongo

This commit is contained in:
DanB
2017-03-05 17:32:28 +01:00
parent 635f8ff009
commit 039b22a490

View File

@@ -14,6 +14,7 @@
"db_type": "mongo", // stor database type to use: <mysql|postgres>
"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: <mysql|postgres>
"db_port": 27017, // the port to reach the stordb
"db_name": "datadb",
"db_password": "",
},
"stor_db": {
"db_type": "mongo", // stor database type to use: <mysql|postgres>
"db_port": 27017, // the port to reach the stordb
"db_name": "stordb",
"db_password": "",
},
"rals": {