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

@@ -13,6 +13,7 @@
"stor_db": {
"db_type": "postgres", // stor database type to use: <mysql|postgres>
"db_port": 5432, // the port to reach the stordb
"db_password": "CGRateS.org",
},
"rals": {