mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 10:36:24 +05:00
24 lines
438 B
JSON
24 lines
438 B
JSON
{
|
|
// CGRateS Configuration file
|
|
// used in general_tests/attributes_filters_index_it_test.go
|
|
"general": {
|
|
"log_level": 7,
|
|
},
|
|
|
|
"data_db": {
|
|
"db_type": "mongo",
|
|
"db_name": "10",
|
|
"db_port": 27017,
|
|
},
|
|
|
|
"admins": {
|
|
"enabled": true,
|
|
},
|
|
|
|
"attributes": {
|
|
"enabled": true,
|
|
"string_indexed_fields": [],
|
|
"prefix_indexed_fields": ["*req.Subject"],
|
|
},
|
|
|
|
} |