Removed filters index integration test

This commit is contained in:
Trial97
2021-05-04 12:30:05 +03:00
committed by Dan Christian Bogos
parent 419bb48571
commit 64e68d4fbe
2 changed files with 0 additions and 252 deletions

View File

@@ -1,49 +0,0 @@
{
// CGRateS Configuration file
// used in general_tests/attributes_filter_it_test.go
"apiers": {
"enabled": true,
},
"attributes": { // AttributeS config
"enabled": true,
"string_indexed_fields": [],
"prefix_indexed_fields": ["*req.Subject"],
},
"cdrs": {
"enabled": true,
"chargers_conns": ["*localhost"],
"rals_conns": ["*localhost"],
"attributes_conns": ["*localhost"],
},
"chargers": { // ChargerS config
"enabled": true,
},
"general": {
"node_id": "index",
"rounding_decimals": 10,
"log_level": 7,
},
"rals": {
"enabled": true,
},
"sessions": {
"enabled": true,
"chargers_conns": ["*localhost"],
"rals_conns": ["*localhost"],
"cdrs_conns": ["*localhost"],
"attributes_conns": ["*localhost"],
},
"stor_db": {
"db_password": "CGRateS.org"
},
}