Files
cgrates/data/conf/samples/rerate_cdrs_internal/cgrates.json
ionutboangiu 3e852be287 Update it test to set up environment using setupTest()
This has been done in order to check the newly implemented helpers'
functionality.
2023-11-02 19:38:24 +01:00

24 lines
236 B
JSON

{
"data_db": {
"db_type": "*internal"
},
"stor_db": {
"db_type": "*internal"
},
"rals": {
"enabled": true
},
"cdrs": {
"enabled": true,
"rals_conns": ["*internal"]
},
"apiers": {
"enabled": true
}
}