mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
Removed filters index integration test
This commit is contained in:
committed by
Dan Christian Bogos
parent
419bb48571
commit
64e68d4fbe
@@ -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"
|
||||
},
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user