Empty default password for stordb to avoid mongo issues, tests fixups

This commit is contained in:
DanB
2017-04-13 21:51:16 +02:00
parent 6c79d9717b
commit 8995246ac0
30 changed files with 103 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
"db_port": 5432, // the port to reach the stordb
"db_name": "cgrates", // stor database name
"db_user": "cgrates", // username to use when connecting to stordb
"db_passwd": "CGRateS.org", // password to use when connecting to stordb
"db_password": "CGRateS.org", // password to use when connecting to stordb
},
}