Revise integration tests after StorDB addition

This commit is contained in:
ionutboangiu
2023-04-27 15:05:08 -04:00
committed by Dan Christian Bogos
parent 5227b4d447
commit 3e22cef9cb
305 changed files with 4055 additions and 3148 deletions

View File

@@ -21,6 +21,12 @@
"db_port": 27017,
},
"stor_db": {
"db_type": "mongo",
"db_name": "cgrates",
"db_port": 27017
},
"rates": {
"enabled": true,
},