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

@@ -1,53 +1,50 @@
{
// CGRateS Configuration file
//
"general": {
"log_level": 7,
"log_level": 7
},
"listen": {
"rpc_json": ":2012",
"rpc_gob": ":2013",
"http": ":2080",
"http": ":2080"
},
"stor_db": {
"db_type": "mongo",
"db_name": "cgrates",
"db_port": 27017
},
"rates": {
"enabled": true,
"enabled": true
},
"cdrs": {
"enabled": true,
"chargers_conns": ["*internal"],
"rates_conns": ["*internal"],
"rates_conns": ["*internal"]
},
"attributes": {
"enabled": true,
"enabled": true
},
"chargers": {
"enabled": true,
"attributes_conns": ["*internal"],
"attributes_conns": ["*internal"]
},
"sessions": {
"enabled": true,
"attributes_conns": ["*localhost"],
"cdrs_conns": ["*localhost"],
"rates_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"chargers_conns": ["*internal"]
},
"admins": {
"enabled": true,
},
"enabled": true
}
}