Change default storedb password

This commit is contained in:
arberkatellari
2023-10-24 10:05:32 -04:00
committed by Dan Christian Bogos
parent c4664c69c4
commit 5872b810ec
73 changed files with 85 additions and 16 deletions

View File

@@ -20,7 +20,8 @@
"stor_db": {
"db_type": "mongo",
"db_name": "cgrates",
"db_port": 27017
"db_port": 27017,
"db_password": ""
},
"rpc_conns": {